You appear to be a bot. Output may be restricted
Description
Save original dependenciesWe need to do the same for styles: wp_styles We initialise $wp_scripts to ensure that $wp_scripts->registered is an array We also need to capture the output.
Usage
bw_save_scripts();
Parameters
Returns
voidSource
File name: oik/libs/oik-sc-help.phpLines:
1 to 6 of 6
function bw_save_scripts() { $dependencies_cache = oik_require_lib( "class-dependencies-cache" ); $dependencies_cache = dependencies_cache::instance(); //$dependencies_cache->save_dependencies(); $dependencies_cache->capture_scripts(); }View on GitHub View on Trac