GRAYBYTE WORDPRESS FILE MANAGER1109

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/chahida.co.in/wp-content/plugins/woocommerce/src/Blocks/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/giriqfky/chahida.co.in/wp-content/plugins/woocommerce/src/Blocks//Assets.php
<?php
namespace Automattic\WooCommerce\Blocks;

use Automattic\WooCommerce\Blocks\Package;
use Automattic\WooCommerce\Blocks\Assets\Api as AssetApi;

/**
 * Assets class.
 *
 * @deprecated 5.0.0 This class will be removed in a future release. This has been replaced by AssetsController.
 * @internal
 */
class Assets {

	/**
	 * Initialize class features on init.
	 *
	 * @since 2.5.0
	 * @deprecated 5.0.0
	 */
	public static function init() {
		_deprecated_function( 'Assets::init', '5.0.0' );
	}

	/**
	 * Register block scripts & styles.
	 *
	 * @since 2.5.0
	 * @deprecated 5.0.0
	 */
	public static function register_assets() {
		_deprecated_function( 'Assets::register_assets', '5.0.0' );
	}

	/**
	 * Register the vendors style file. We need to do it after the other files
	 * because we need to check if `wp-edit-post` has been enqueued.
	 *
	 * @deprecated 5.0.0
	 */
	public static function enqueue_scripts() {
		_deprecated_function( 'Assets::enqueue_scripts', '5.0.0' );
	}

	/**
	 * Add body classes.
	 *
	 * @deprecated 5.0.0
	 * @param array $classes Array of CSS classnames.
	 * @return array Modified array of CSS classnames.
	 */
	public static function add_theme_body_class( $classes = [] ) {
		_deprecated_function( 'Assets::add_theme_body_class', '5.0.0' );
		return $classes;
	}

	/**
	 * Add theme class to admin body.
	 *
	 * @deprecated 5.0.0
	 * @param array $classes String with the CSS classnames.
	 * @return array Modified string of CSS classnames.
	 */
	public static function add_theme_admin_body_class( $classes = '' ) {
		_deprecated_function( 'Assets::add_theme_admin_body_class', '5.0.0' );
		return $classes;
	}

	/**
	 * Adds a redirect field to the login form so blocks can redirect users after login.
	 *
	 * @deprecated 5.0.0
	 */
	public static function redirect_to_field() {
		_deprecated_function( 'Assets::redirect_to_field', '5.0.0' );
	}

	/**
	 * Queues a block script in the frontend.
	 *
	 * @since 2.3.0
	 * @since 2.6.0 Changed $name to $script_name and added $handle argument.
	 * @since 2.9.0 Made it so scripts are not loaded in admin pages.
	 * @deprecated 4.5.0 Block types register the scripts themselves.
	 *
	 * @param string $script_name  Name of the script used to identify the file inside build folder.
	 * @param string $handle       Optional. Provided if the handle should be different than the script name. `wc-` prefix automatically added.
	 * @param array  $dependencies Optional. An array of registered script handles this script depends on. Default empty array.
	 */
	public static function register_block_script( $script_name, $handle = '', $dependencies = [] ) {
		_deprecated_function( 'register_block_script', '4.5.0' );
		$asset_api = Package::container()->get( AssetApi::class );
		$asset_api->register_block_script( $script_name, $handle, $dependencies );
	}
}

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 10 2025 04:32:19
giriqfky / giriqfky
0755
AI
--
July 10 2025 04:32:19
giriqfky / giriqfky
0755
AIContent
--
July 10 2025 04:32:19
giriqfky / giriqfky
0755
Assets
--
July 10 2025 04:32:19
giriqfky / giriqfky
0755
BlockTypes
--
July 10 2025 04:32:19
giriqfky / giriqfky
0755
Domain
--
July 10 2025 04:32:19
giriqfky / giriqfky
0755
Images
--
July 10 2025 04:32:19
giriqfky / giriqfky
0755
Integrations
--
July 10 2025 04:32:19
giriqfky / giriqfky
0755
Patterns
--
July 10 2025 04:32:19
giriqfky / giriqfky
0755
Payments
--
July 10 2025 04:32:19
giriqfky / giriqfky
0755
Registry
--
July 10 2025 04:32:19
giriqfky / giriqfky
0755
Shipping
--
July 10 2025 04:32:19
giriqfky / giriqfky
0755
Templates
--
July 10 2025 04:32:19
giriqfky / giriqfky
0755
Utils
--
July 10 2025 04:32:19
giriqfky / giriqfky
0755
.htaccess
0.41 KB
July 10 2025 04:32:19
giriqfky / giriqfky
0644
Assets.php
2.772 KB
December 27 2023 00:45:02
giriqfky / giriqfky
0644
AssetsController.php
17.471 KB
April 01 2025 15:51:36
giriqfky / giriqfky
0644
BlockPatterns.php
8.517 KB
May 12 2025 21:07:28
giriqfky / giriqfky
0644
BlockTemplatesController.php
22.064 KB
November 14 2024 01:17:00
giriqfky / giriqfky
0644
BlockTemplatesRegistry.php
5.433 KB
May 12 2025 21:07:28
giriqfky / giriqfky
0644
BlockTypesController.php
21.774 KB
June 23 2025 15:50:22
giriqfky / giriqfky
0644
InboxNotifications.php
0.569 KB
December 27 2023 00:45:02
giriqfky / giriqfky
0644
Installer.php
4.082 KB
June 25 2024 21:17:40
giriqfky / giriqfky
0644
Library.php
1.061 KB
December 27 2023 00:45:02
giriqfky / giriqfky
0644
Options.php
0.328 KB
December 27 2023 00:45:02
giriqfky / giriqfky
0644
Package.php
2.717 KB
May 12 2025 21:07:28
giriqfky / giriqfky
0644
QueryFilters.php
17.692 KB
May 12 2025 21:07:28
giriqfky / giriqfky
0644
TemplateOptions.php
1.206 KB
May 12 2025 21:07:28
giriqfky / giriqfky
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF