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