gpi_render_summary_page
The Google Pagespeed Insights gpi render summary page function.
Description
gpi_render_summary_page( $default_strategy );
Parameters (1)
- 0. $default_strategy
- The default strategy.
Usage
if ( !function_exists( 'gpi_render_summary_page' ) ) { require_once ABSPATH . PLUGINDIR . 'google-pagespeed-insights/includes/admin/summary.php'; } // The default strategy. $default_strategy = null; // NOTICE! Understand what this does before running. $result = gpi_render_summary_page($default_strategy);
Defined (1)
The function is defined in the following location(s).