GRAYBYTE WORDPRESS FILE MANAGER7016

Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /home/giriqfky/swamivivekananda.co.in/wp-content/plugins/wpforms/includes/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/giriqfky/swamivivekananda.co.in/wp-content/plugins/wpforms/includes//integrations.php
<?php

/**
 * Register and setup WPForms as a Visual Composer element.
 *
 * @since 1.3.0
 */
function wpforms_visual_composer_shortcode() {

	if ( ! is_user_logged_in() ) {
		return;
	}

	$wpf = wpforms()->form->get(
		'',
		array(
			'orderby' => 'title',
		)
	);

	if ( ! empty( $wpf ) ) {
		$forms = array(
			esc_html__( 'Select a form to display', 'wpforms-lite' ) => '',
		);
		foreach ( $wpf as $form ) {
			$forms[ $form->post_title ] = $form->ID;
		}
	} else {
		$forms = array(
			esc_html__( 'No forms found', 'wpforms-lite' ) => '',
		);
	}

	vc_map(
		array(
			'name'        => esc_html__( 'WPForms', 'wpforms-lite' ),
			'base'        => 'wpforms',
			'icon'        => WPFORMS_PLUGIN_URL . 'assets/images/sullie-vc.png',
			'category'    => esc_html__( 'Content', 'wpforms-lite' ),
			'description' => esc_html__( 'Add your form', 'wpforms-lite' ),
			'params'      => array(
				array(
					'type'        => 'dropdown',
					'heading'     => esc_html__( 'Form', 'wpforms-lite' ),
					'param_name'  => 'id',
					'value'       => $forms,
					'save_always' => true,
					'description' => esc_html__( 'Select a form to add it to your post or page.', 'wpforms-lite' ),
					'admin_label' => true,
				),
				array(
					'type'        => 'dropdown',
					'heading'     => esc_html__( 'Display Form Name', 'wpforms-lite' ),
					'param_name'  => 'title',
					'value'       => array(
						esc_html__( 'No', 'wpforms-lite' )  => 'false',
						esc_html__( 'Yes', 'wpforms-lite' ) => 'true',
					),
					'save_always' => true,
					'description' => esc_html__( 'Would you like to display the forms name?', 'wpforms-lite' ),
					'dependency'  => array(
						'element'   => 'id',
						'not_empty' => true,
					),
				),
				array(
					'type'        => 'dropdown',
					'heading'     => esc_html__( 'Display Form Description', 'wpforms-lite' ),
					'param_name'  => 'description',
					'value'       => array(
						esc_html__( 'No', 'wpforms-lite' )  => 'false',
						esc_html__( 'Yes', 'wpforms-lite' ) => 'true',
					),
					'save_always' => true,
					'description' => esc_html__( 'Would you like to display the form description?', 'wpforms-lite' ),
					'dependency'  => array(
						'element'   => 'id',
						'not_empty' => true,
					),
				),
			),
		)
	);
}
add_action( 'vc_before_init', 'wpforms_visual_composer_shortcode' );

/**
 * Load our basic CSS when in Visual Composer's frontend editor.
 *
 * @since 1.3.0
 */
function wpforms_visual_composer_shortcode_css() {

	// Load CSS per global setting.
	if ( wpforms_setting( 'disable-css', '1' ) === '1' ) {
		wp_enqueue_style(
			'wpforms-full',
			WPFORMS_PLUGIN_URL . 'assets/css/wpforms-full.css',
			array(),
			WPFORMS_VERSION
		);
	}

	if ( wpforms_setting( 'disable-css', '1' ) === '2' ) {
		wp_enqueue_style(
			'wpforms-base',
			WPFORMS_PLUGIN_URL . 'assets/css/wpforms-base.css',
			array(),
			WPFORMS_VERSION
		);
	}
}
add_action( 'vc_load_iframe_jscss', 'wpforms_visual_composer_shortcode_css' );

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 10 2025 04:32:28
giriqfky / giriqfky
0755
admin
--
July 10 2025 04:32:29
giriqfky / giriqfky
0755
emails
--
July 10 2025 04:32:29
giriqfky / giriqfky
0755
fields
--
July 10 2025 04:32:29
giriqfky / giriqfky
0755
providers
--
July 10 2025 04:32:29
giriqfky / giriqfky
0755
templates
--
July 10 2025 04:32:29
giriqfky / giriqfky
0755
.htaccess
0.41 KB
July 10 2025 04:32:29
giriqfky / giriqfky
0644
class-conditional-logic-core.php
27.371 KB
June 23 2025 07:12:39
giriqfky / giriqfky
0644
class-db.php
8.933 KB
June 23 2025 07:12:39
giriqfky / giriqfky
0644
class-fields.php
1.641 KB
June 23 2025 07:12:39
giriqfky / giriqfky
0644
class-form.php
18.642 KB
June 23 2025 07:12:39
giriqfky / giriqfky
0644
class-frontend.php
47.498 KB
June 23 2025 07:12:39
giriqfky / giriqfky
0644
class-install.php
4.116 KB
June 23 2025 07:12:39
giriqfky / giriqfky
0644
class-process.php
27.931 KB
June 23 2025 07:12:39
giriqfky / giriqfky
0644
class-providers.php
0.912 KB
June 23 2025 07:12:39
giriqfky / giriqfky
0644
class-smart-tags.php
13.087 KB
June 23 2025 07:12:39
giriqfky / giriqfky
0644
class-templates.php
1.281 KB
June 23 2025 07:12:39
giriqfky / giriqfky
0644
class-widget.php
5.249 KB
June 23 2025 07:12:39
giriqfky / giriqfky
0644
deprecated.php
1.373 KB
June 23 2025 07:12:39
giriqfky / giriqfky
0644
functions-list.php
5.152 KB
June 23 2025 07:12:39
giriqfky / giriqfky
0644
functions.php
67.133 KB
June 23 2025 07:12:39
giriqfky / giriqfky
0644
integrations.php
2.923 KB
June 23 2025 07:12:39
giriqfky / giriqfky
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF