do_action( ‘wp_load_speculation_rules’, WP_Speculation_Rules $speculation_rules )

In this article

Fires when speculation rules data is loaded, allowing to amend the rules.

Parameters

$speculation_rulesWP_Speculation_Rules
Object representing the speculation rules to use.

Source

do_action( 'wp_load_speculation_rules', $speculation_rules );

Changelog

VersionDescription
6.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.