557functionwp_protect_special_option($option){558if('alloptions'===$option||'notoptions'===$option){559wp_die(560sprintf(561/* translators: %s: Option name. */562__('%s is a protected WP option and may not be modified'),563esc_html($option)564)565);566}567}
History
Introduced in 2.2.0. One change between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
7.1.0
Return type changed from none to void.verified against source
2.2.0
Introduced.from the docblock
About this page
Parsed data
Generated from the wordpress-develop 6.7.7 tag, from src/wp-includes/option.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.