add_option_update_handler [ WordPress Function ]
add_option_update_handler ( $option_group, $option_name, $sanitize_callback = '' )
| Parameters: |
|
| See: | |
| Returns: |
|
| Defined at: |
|
Benzer Fonksiyonlar: remove_option_update_handler, option_update_filter, add_options_page, add_option_whitelist, _xmlrpc_wp_die_handler
Register a setting and its sanitization callback
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- add_option_update_handler() WordPress function reference ...
add_option_update_handler(). This function had been marked as deprecated since 3.0.0. Use register_setting(). Register a setting and its sanitization callback ...
queryposts.com - add_option_update_handler | A HitchHackers guide through ...
Feb 11, 2011 ... function add_option_update_handler( $option_group, $option_name, $ sanitize_callback = '' ) {}. Register a setting and its sanitization callback ...
hitchhackerguide.com - Docs for page deprecated.php
/wp-admin/includes/deprecated.php. Description. Description ...
phpdoc.wordpress.org - Migrating Plugins and Themes to 2.7 « WordPress Codex
... that exist now in WordPressMU, add_option_update_handler() and remove_option_update_handler() (the new aliases will be added soon to WPMU as well).
codex.wordpress.org