You appear to be a bot. Output may be restricted
Description
Constructor for dependencies_cacheDo we need to save the globals immediately? Probably not when we're using this for cacheing.
Usage
dependencies_cache::__construct();
Parameters
Returns
voidSource
File name: oik/libs/class-dependencies-cache.phpLines:
1 to 4 of 4
function __construct() { add_action( "wp_footer", array( $this, "echo_captured_html" ) ); add_action( "admin_print_footer_scripts", array( $this, "echo_captured_html" ) ); }View on GitHub View on Trac