gpi_action_recheck_page
The Google Pagespeed Insights gpi action recheck page function.
Description
gpi_action_recheck_page( $page_id, $page_report );
Parameters (2)
- 0. $page_id
- The page id.
- 1. $page_report
- The page report.
Usage
if ( !function_exists( 'gpi_action_recheck_page' ) ) { require_once ABSPATH . PLUGINDIR . 'google-pagespeed-insights/includes/actions/recheck.php'; } // The page id. $page_id = null; // The page report. $page_report = null; // NOTICE! Understand what this does before running. $result = gpi_action_recheck_page($page_id, $page_report);
Defined (1)
The function is defined in the following location(s).