gpi_register_scripts
The Google Pagespeed Insights gpi register scripts function.
Description
gpi_register_scripts( $hook );
Parameters (1)
- 0. $hook
- The hook.
Usage
if ( !function_exists( 'gpi_register_scripts' ) ) { require_once ABSPATH . PLUGINDIR . 'google-pagespeed-insights/core/admin.php'; } // The hook. $hook = null; // NOTICE! Understand what this does before running. $result = gpi_register_scripts($hook);
Defined (1)
The function is defined in the following location(s).