Uses
Uses | Description |
---|---|
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-admin/includes/theme.php: themes_api() | Retrieves theme installer pages from the WordPress.org Themes API. |
wp-admin/includes/template.php: wp_star_rating() | Output a HTML element with a star rating for a given rating. |
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/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/pluggable.php: wp_create_nonce() | Creates a cryptographic token tied to a specific action, user, user session, and window of time. |
wp-includes/kses.php: wp_kses() | Filters text content and strips out disallowed HTML. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/functions.php: wp_send_json_error() | Send a JSON response back to an Ajax request, indicating failure. |
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
wp-includes/functions.php: wp_send_json_success() | Send a JSON response back to an Ajax request, indicating success. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/functions.php: number_format_i18n() | Convert float number to format based on the locale. |
wp-includes/link-template.php: set_url_scheme() | Sets the scheme for a URL. |
wp-includes/link-template.php: network_admin_url() | Retrieves the URL to the admin area for the network. |
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/user.php: get_user_option() | Retrieve user option that can be either per Site or per Network. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |