Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/user.php: check_is_user_spammed | Filters whether the user has been marked as a spammer. |
wp-includes/ms-functions.php: is_user_spammy() | Check to see whether a user is marked as a spammer, based on user login. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |