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