Uses
Uses | Description |
---|---|
wp-admin/includes/update.php: wp_is_auto_update_enabled_for_type() | Checks whether auto-updates are enabled. |
wp-admin/includes/class-wp-list-table.php: WP_List_Table::__construct() | Constructor. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |