Uses
Uses | Description |
---|---|
wp-admin/includes/ms.php: wpmu_delete_user | Fires before a user is deleted from the network. |
wp-admin/includes/user.php: deleted_user | Fires immediately after a user is deleted from the database. |
wp-admin/includes/bookmark.php: wp_delete_link() | Deletes a specified link from the database. |
wp-includes/class-wp-user.php: WP_User::__construct() | Constructor. |
wp-includes/capabilities.php: get_super_admins() | Retrieve a list of super admins. |
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/user.php: get_blogs_of_user() | Get the sites a user belongs to. |
wp-includes/post.php: wp_delete_post() | Trash or delete a post or page. |
wp-includes/ms-functions.php: remove_user_from_blog() | Remove a user from a blog. |
wp-includes/ms-blogs.php: switch_to_blog() | Switch the current blog. |
wp-includes/ms-blogs.php: restore_current_blog() | Restore the current blog, after calling switch_to_blog(). |
wp-includes/wp-db.php: wpdb::get_col() | Retrieves one column from the database. |
wp-includes/wp-db.php: wpdb::delete() | Deletes a row in the table. |
wp-includes/wp-db.php: wpdb::prepare() | Prepares a SQL query for safe execution. |
wp-includes/meta.php: delete_metadata_by_mid() | Deletes metadata by meta ID. |