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