File manager - Edit - /home/palg2351/public_html/wp-content/plugins/jetformbuilder/includes/actions/action-localize.php
Back
<?php namespace Jet_Form_Builder\Actions; // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } trait Action_Localize { abstract public function get_id(); abstract public function get_name(); public function self_script_name() { $id = str_replace( '-', '_', $this->get_id() ); return "JetFormAction_{$id}"; } public function editor_labels() { return array(); } public function editor_labels_help() { return array(); } /** * Register custom action data * * @return array [description] */ public function action_data() { return array(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.2 |
proxy
|
phpinfo
|
Settings