Uses
Uses | Description |
---|---|
wp-admin/includes/update.php: wp_is_auto_update_enabled_for_type() | Checks whether auto-updates are enabled. |
wp-includes/functions.php: is_wp_version_compatible() | Checks compatibility with the current WordPress version. |
wp-includes/functions.php: is_php_version_compatible() | Checks compatibility with the current PHP version. |
wp-includes/functions.php: wp_removable_query_args() | Returns an array of single-use query variable names that can be removed from a URL. |
wp-admin/includes/theme.php: pre_prepare_themes_for_js | Filters theme data before it is prepared for JavaScript. |
wp-admin/includes/class-wp-automatic-updater.php: auto_update_{$type} | Filters whether to automatically update core, a plugin, a theme, or a language. |
wp-admin/includes/theme.php: wp_prepare_themes_for_js | Filters the themes prepared for JavaScript, for themes.php. |
wp-admin/includes/theme.php: get_theme_update_available() | Retrieve the update link if there is a theme update available. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/theme.php: wp_customize_url() | Returns a URL to load the Customizer. |
wp-includes/theme.php: get_stylesheet() | Retrieves name of the current stylesheet. |
wp-includes/theme.php: wp_get_themes() | Returns an array of WP_Theme objects based on the arguments. |
wp-includes/theme.php: wp_get_theme() | Gets a WP_Theme object for a theme. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/formatting.php: esc_url_raw() | Performs esc_url() for database usage. |
wp-includes/class-wp-theme.php: WP_Theme::sort_by_name() | Sorts themes by name. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/functions.php: wp_nonce_url() | Retrieve URL with nonce added to URL query. |
wp-includes/functions.php: remove_query_arg() | Removes an item or items from a query string. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/link-template.php: admin_url() | Retrieves the URL to the admin area for the current site. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_site_transient() | Retrieves the value of a site transient. |
wp-includes/option.php: get_site_option() | Retrieve an option value for the current network based on name of option. |