wp_load_speculation_rules

wp_load_speculation_rules

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.8.2

do_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.