Methods
1 to 15 of 15
- WPSEO_Admin_Asset_Manager::__construct() – Constructs a manager of assets. Needs a location to know where to register assets at.
- WPSEO_Admin_Asset_Manager::create_default_location() – Creates a default location object for use in the admin asset manager.
- WPSEO_Admin_Asset_Manager::enqueue_script() – Enqueues scripts.
- WPSEO_Admin_Asset_Manager::enqueue_style() – Enqueues styles.
- WPSEO_Admin_Asset_Manager::flatten_version() – Flattens a version number for use in a filename.
- WPSEO_Admin_Asset_Manager::get_url() – Determines the URL of the asset.
- WPSEO_Admin_Asset_Manager::register_assets() – Calls the functions that register scripts and styles with the scripts and styles to be registered as arguments.
- WPSEO_Admin_Asset_Manager::register_script() – Registers scripts based on it’s parameters.
- WPSEO_Admin_Asset_Manager::register_scripts() – Registers all the scripts passed to it.
- WPSEO_Admin_Asset_Manager::register_style() – Registers styles based on it’s parameters.
- WPSEO_Admin_Asset_Manager::register_styles() – Registers all the styles it receives.
- WPSEO_Admin_Asset_Manager::register_wp_assets() – This function is needed for backwards compatibility with Local SEO 12.5.
- WPSEO_Admin_Asset_Manager::scripts_to_be_registered() – Returns the scripts that need to be registered.
- WPSEO_Admin_Asset_Manager::special_styles() – A list of styles that shouldn’t be registered but are needed in other locations in the plugin.
- WPSEO_Admin_Asset_Manager::styles_to_be_registered() – Returns the styles that need to be registered.