Uses
Uses | Description |
---|---|
wp-includes/pluggable.php: get_userdata() | Retrieve user info by user ID. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |
wp-includes/wp-db.php: wpdb::get_col() | Retrieves one column from the database. |
wp-includes/wp-db.php: wpdb::prepare() | Prepares a SQL query for safe execution. |
wp-includes/wp-db.php: wpdb::get_blog_prefix() | Gets blog prefix. |