wp_protect_special_option [ WordPress Function ]
wp_protect_special_option ( $option )
| Parameters: |
|
| Defined at: |
|
Benzer Fonksiyonlar: wp_widget_description, update_user_option, update_site_option, wp_load_core_site_options, get_user_option
Protect WordPress special option from being modified.
Will die if $option is in protected list. Protected options are 'alloptions' and 'notoptions' options.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- wp_protect_special_option
Function and Method Cross Reference. wp_protect_special_option(). Defined at: /wp-includes/option.php -> line 94. Referenced 3 times: ...
phpxref.ftwr.co.uk - Upgrade - functions.php Error on line 500 sql_esc - WordPress
function update_option( $option_name, $newvalue ) { global $wpdb; wp_protect_special_option( $option_name ); line 500$safe_option_name = esc_sql( ...
wordpress.org - delete_option | A HitchHackers guide through WordPress
Feb 11, 2011 ... Source code. function delete_option( $option ) { global $wpdb; wp_protect_special_option( $option ); // Get the ID, if no ID then return $row ...
hitchhackerguide.com - wp_parse_id_list (WordPress Function) - WPSeek.com
May 7, 2010 ... wp_parse_id_list(), Clean up an array, comma- or space- separated list of IDs. wp_protect_special_option(), Protect WordPress special option .
wpseek.com