Top Google Search Results
- add_site_option_{$option} Wordpress hook details -- Adam Brown ...
WordPress hook directory add_site_option_{$option}. Important warning about variable hooks. Some hooks have variables in their names. For example ... - Docs for page option.php
return: False if option was not added and true if option was added. see: add_option(); since: 2.8.0; uses: do_action() - Calls 'add_site_option_$option' and ... - add_site_option (WordPress Function) - WPSeek.com
WPMU Functions/add site option « WordPress Codex Description. Adds a new site option and returns the ID of the inserted post in the table (wp_sitemeta). - PHPXRef 0.7 : WordPress : /wp-includes/option.php source
793 * @uses do_action() Calls 'add_site_option_$option' and 'add_site_option' hooks on success. 794 * 795 * @param string $option Name of option to add.