566functionwp_protect_special_option($option){567if('alloptions'===$option||'notoptions'===$option){568wp_die(569sprintf(570/* translators: %s: Option name. */571__('%s is a protected WP option and may not be modified'),572esc_html($option)573)574);575}576}
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.8.8 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.