Uses
Uses | Description |
---|---|
wp-includes/user.php: make_spam_user | Fires after the user is marked as a SPAM user. |
wp-includes/user.php: make_ham_user | Fires after the user is marked as a HAM user. Opposite of SPAM. |
wp-includes/class-wp-user.php: WP_User::__construct() | Constructor. |
wp-includes/formatting.php: sanitize_key() | Sanitizes a string key. |
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
wp-includes/functions.php: _deprecated_argument() | Mark a function argument as deprecated and inform when it has been used. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/user.php: clean_user_cache() | Clean all user caches |
wp-includes/wp-db.php: wpdb::update() | Updates a row in the table. |