wpseek.com
A WordPress-centric search engine for devs and theme authors
add_option_{$option} › WordPress Action Hooks
Since3.0.0
Deprecatedn/a
› do_action( "add_option_{$option}", $option, $value )
Parameters: (2) |
|
Defined at: |
|
Codex: |
Fires after a specific option has been added.
The dynamic portion of the hook name, $option
, refers to the option name.
Related Functions: add_option, add_options_page, add_screen_option, add_option_update_handler, add_option_whitelist, add_site_option
Related Hooks: add_site_option_option, option_option, pre_option_option, delete_option_option, update_option_option