wp_load_speculation_rules
wp_load_speculation_rules
Hook Type: action
Displaying hooks found in version: wordpress-6.8.2do_action('wp_load_speculation_rules') is found 1 times:
- /wp-includes/speculative-loading.php line 229
* @since 6.8.0 * * @param WP_Speculation_Rules $speculation_rules Object representing the speculation rules to use. */ do_action( 'wp_load_speculation_rules', $speculation_rules ); return $speculation_rules; } /** * Prints the speculation rules.