$69 GRAYBYTE WORDPRESS FILE MANAGER $69

SERVER : vnpttt-amd7f72-h1.vietnix.vn #1 SMP Fri May 24 12:42:50 UTC 2024
SERVER IP : 103.200.23.149 | ADMIN IP 216.73.216.22
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/home/bqrcodec/contact.malloca.com/wp-content/plugins/jet-engine/includes/modules/forms/

HOME
Current File : /home/bqrcodec/contact.malloca.com/wp-content/plugins/jet-engine/includes/modules/forms//forms.php
<?php
/**
 * Booking form module
 */

// If this file is called directly, abort.
if ( ! defined( 'WPINC' ) ) {
	die;
}

if ( ! class_exists( 'Jet_Engine_Module_Booking_Forms' ) ) {

	/**
	 * Define Jet_Engine_Module_Booking_Forms class
	 */
	class Jet_Engine_Module_Booking_Forms extends Jet_Engine_Module_Base {

		/**
		 * Module ID
		 *
		 * @return string
		 */
		public function module_id() {
			return 'booking-forms';
		}

		/**
		 * Module name
		 *
		 * @return string
		 */
		public function module_name() {
			return __( 'Forms (Legacy)', 'jet-engine' );
		}

		/**
		 * Returns detailed information about current module for the dashboard page
		 * @return [type] [description]
		 */
		public function get_module_details() {
			return '<p class="info-notice">This is a legacy form builder functionality. It would be updated only for critical bug fixes. Proceed to the <a href="' . admin_url( 'plugin-install.php?s=jetformbuilder&tab=search&type=term' ) . '" target="_blank">JetFormBuilder</a> plugin to get the latest updates with the new form features.</p>
			<p>After activation, the Forms tab will be added to the JetEngine submenu. Under this submenu you can create new forms and edit existings ones. This module also adds a new widget to the Elementor to display previously created forms.</p>';
		}

		public function get_video_embed() {
			return 'https://www.youtube.com/embed/2Fzt_90Yjco';
		}

		/**
		 * Returns array links to the module-related resources
		 * @return array
		 */
		public function get_module_links() {
			return array(
				array(
					'label' => 'How to Create a Form Layout',
					'url'   => 'https://crocoblock.com/knowledge-base/articles/how-to-create-a-booking-form-layout/',
				),
				array(
					'label' => 'How to Update Posts via Front-end Form Submission Option',
					'url'   => 'https://crocoblock.com/knowledge-base/articles/jetengine-how-to-update-posts-via-front-end-form-submission-option/',
				),
				array(
					'label' => 'How to Update WordPress Users via Front-end Form Submission Option',
					'url'   => 'https://crocoblock.com/knowledge-base/articles/jetengine-how-to-update-wordpress-users-via-front-end-form-submission-option/',
				),
				array(
					'label' => 'More forms-related articles from the knowledge base',
					'url'   => 'https://crocoblock.com/knowledge-base/article-category/booking-form/',
				),
				array(
					'label'    => 'How to customize front-end post submission',
					'url'      => 'https://www.youtube.com/watch?v=Q1lVe_kpTO0',
					'is_video' => true,
				),
				array(
					'label'    => 'How to automate email notifications with Crocoblock and Zapier',
					'url'      => 'https://www.youtube.com/watch?v=KpvD7yatoKA',
					'is_video' => true,
				),
			);
		}

		/**
		 * Module init
		 *
		 * @return void
		 */
		public function module_init() {
			add_action( 'jet-engine/init', array( $this, 'create_instances' ) );
		}

		/**
		 * Create required instances
		 *
		 * @param  [type] $jet_engine [description]
		 * @return [type]             [description]
		 */
		public function create_instances( $jet_engine ) {

			require $jet_engine->modules->modules_path( 'forms/manager.php' );
			$jet_engine->forms = new Jet_Engine_Booking_Forms();

			// For backward compatibility
			$jet_engine->forms->booking = $jet_engine->forms;

		}

	}

}

Current_dir [ WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
29 Jan 2024 10.33 AM
bqrcodec / bqrcodec
0755
block-types
--
29 Jan 2024 10.33 AM
bqrcodec / bqrcodec
0755
gateways
--
29 Jan 2024 10.33 AM
bqrcodec / bqrcodec
0755
generators
--
29 Jan 2024 10.33 AM
bqrcodec / bqrcodec
0755
handlers
--
29 Jan 2024 10.33 AM
bqrcodec / bqrcodec
0755
render
--
29 Jan 2024 10.33 AM
bqrcodec / bqrcodec
0755
tabs
--
29 Jan 2024 10.33 AM
bqrcodec / bqrcodec
0755
widgets
--
29 Jan 2024 10.33 AM
bqrcodec / bqrcodec
0755
builder.php
40.766 KB
29 Jan 2024 10.33 AM
bqrcodec / bqrcodec
0644
captcha.php
4.56 KB
29 Jan 2024 10.33 AM
bqrcodec / bqrcodec
0644
dashboard-tab.php
0.402 KB
29 Jan 2024 10.33 AM
bqrcodec / bqrcodec
0644
editor.php
23.548 KB
29 Jan 2024 10.33 AM
bqrcodec / bqrcodec
0644
export-import.php
8.053 KB
29 Jan 2024 10.33 AM
bqrcodec / bqrcodec
0644
file-upload.php
17.266 KB
29 Jan 2024 10.33 AM
bqrcodec / bqrcodec
0644
forms.php
3.261 KB
29 Jan 2024 10.33 AM
bqrcodec / bqrcodec
0644
handler.php
14.443 KB
29 Jan 2024 10.33 AM
bqrcodec / bqrcodec
0644
manager.php
16.454 KB
29 Jan 2024 10.33 AM
bqrcodec / bqrcodec
0644
messages.php
3.276 KB
29 Jan 2024 10.33 AM
bqrcodec / bqrcodec
0644
notifications.php
39.618 KB
29 Jan 2024 10.33 AM
bqrcodec / bqrcodec
0644
preset.php
12.901 KB
29 Jan 2024 10.33 AM
bqrcodec / bqrcodec
0644
shortcode.php
2.379 KB
29 Jan 2024 10.33 AM
bqrcodec / bqrcodec
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF