Lines:
1 to 31 of 31
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin */ /* class WPSEO_Admin_Asset_Manager */ /* function WPSEO_Admin_Asset_Manager::__construct() – Constructs a manager of assets. Needs a location to know where to register assets at. */ /* function WPSEO_Admin_Asset_Manager::enqueue_script() – Enqueues scripts. */ /* function WPSEO_Admin_Asset_Manager::enqueue_style() – Enqueues styles. */ /* function WPSEO_Admin_Asset_Manager::enqueue_user_language_script() – Enqueues the appropriate language for the user. */ /* function WPSEO_Admin_Asset_Manager::register_script() – Registers scripts based on it’s parameters. */ /* function WPSEO_Admin_Asset_Manager::register_style() – Registers styles based on it’s parameters. */ /* function WPSEO_Admin_Asset_Manager::register_assets() – Calls the functions that register scripts and styles with the scripts and styles to be registered as arguments. */ /* function WPSEO_Admin_Asset_Manager::register_scripts() – Registers all the scripts passed to it. */ /* function WPSEO_Admin_Asset_Manager::register_styles() – Registers all the styles it receives. */ /* function WPSEO_Admin_Asset_Manager::localize_script() – Localizes the script. */ /* function WPSEO_Admin_Asset_Manager::add_inline_script() – Adds an inline script. */ /* function WPSEO_Admin_Asset_Manager::special_styles() – A list of styles that shouldn’t be registered but are needed in other locations in the plugin. */ /* function WPSEO_Admin_Asset_Manager::flatten_version() – Flattens a version number for use in a filename. */ /* function WPSEO_Admin_Asset_Manager::create_default_location() – Creates a default location object for use in the admin asset manager. */ /* function WPSEO_Admin_Asset_Manager::is_script_enqueued() – Checks if the given script is enqueued. */ /* function WPSEO_Admin_Asset_Manager::scripts_to_be_registered() – Returns the scripts that need to be registered. */ /* function WPSEO_Admin_Asset_Manager::load_generated_asset_file() – Loads a generated asset file. */ /* function WPSEO_Admin_Asset_Manager::load_select2_scripts() – Loads the select2 scripts. */ /* function WPSEO_Admin_Asset_Manager::load_renamed_scripts() – Loads the scripts that should be renamed for BC. */ /* function WPSEO_Admin_Asset_Manager::styles_to_be_registered() – Returns the styles that need to be registered. */ /* function WPSEO_Admin_Asset_Manager::get_url() – Determines the URL of the asset. */