Uses
Uses | Description |
---|---|
wp-admin/includes/post.php: upload_per_page | Filters the number of items to list per page when listing media items. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/plugin.php: add_filter() | Hook a function or method to a specific filter action. |
wp-includes/user.php: get_user_option() | Retrieve user option that can be either per Site or per Network. |
wp-includes/user.php: get_current_user_id() | Get the current user’s ID |
wp-includes/post.php: get_post_mime_types() | Get default post mime types. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |