SILENT KILLERPanel

Current Path: > home > transcarter > > > www > wp-content > > > > plugins > elementor-pro > modules > forms > classes


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/transcarter///www/wp-content////plugins/elementor-pro/modules/forms/classes

NameTypeSizeLast ModifiedActions
action-base.php File 812 bytes March 09 2023 22:15:58.
activecampaign-handler.php File 3141 bytes March 09 2023 22:15:58.
ajax-handler.php File 9131 bytes March 09 2023 22:15:58.
convertkit-handler.php File 2671 bytes March 09 2023 22:15:58.
drip-handler.php File 2063 bytes March 09 2023 22:15:58.
form-base.php File 8361 bytes March 09 2023 22:15:58.
form-record.php File 9660 bytes March 09 2023 22:15:58.
getresponse-handler.php File 3103 bytes March 09 2023 22:15:58.
honeypot-handler.php File 2796 bytes March 09 2023 22:15:58.
integration-base.php File 2496 bytes March 09 2023 22:15:58.
mailchimp-handler.php File 4422 bytes March 09 2023 22:15:58.
mailerlite-handler.php File 2620 bytes March 09 2023 22:15:58.
recaptcha-handler.php File 8989 bytes March 09 2023 22:15:58.
recaptcha-v3-handler.php File 4663 bytes March 09 2023 22:15:58.
rest-client.php File 4436 bytes March 09 2023 22:15:58.

Reading File: /home/transcarter///www/wp-content////plugins/elementor-pro/modules/forms/classes/action-base.php

<?php
namespace ElementorPro\Modules\Forms\Classes;

use ElementorPro\Modules\Forms\Widgets\Form;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

abstract class Action_Base {

	abstract public function get_name();

	abstract public function get_label();

	/**
	 * Get the action ID.
	 *
	 * TODO: Make it an abstract function that will replace `get_name()`.
	 *
	 * @since 3.5.0
	 *
	 * @return string
	 */
	public function get_id() {
		return $this->get_name();
	}

	/**
	 * @param Form_Record  $record
	 * @param Ajax_Handler $ajax_handler
	 */
	abstract public function run( $record, $ajax_handler );

	/**
	 * @param Form $form
	 */
	abstract public function register_settings_section( $form );

	/**
	 * @param array $element
	 */
	abstract public function on_export( $element );
}

SILENT KILLER Tool