delete_user_option [ WordPress Function ]
| Parameters: |
|
| Uses: |
|
| Returns: |
|
| Defined at: |
|
Delete user option with global blog capability.
User options are just like user metadata except that they have support for global blog options. If the 'global' parameter is false, which it is by default it will prepend the WordPress table prefix to the option name.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/delete user option « WordPress Codex
Description. Delete user option with global blog capability. User options are just like user metadata except that they have support for global blog options.
codex.wordpress.org - #12573 (add delete_user_option() function) – WordPress Trac
Description. In wp-includes/user.php we have the function get_user_option() and update_user_option() that deal with global or per-blog user options (stored in ...
core.trac.wordpress.org - delete_user_option | A HitchHackers guide through WordPress
Feb 11, 2011 ... function delete_user_option( $user_id, $option_name, $global = false ) { global $ wpdb; if ( !$global ) $option_name = $wpdb->prefix .
hitchhackerguide.com - No delete user option
Ok...my computer took a nose dive (after doing 5 backflips and a triple sow cow) into the 7th layer of hell today. Needless to say, I.
www.softwaretipsandtricks.com