Uses
Uses | Description |
---|---|
wp-includes/functions.wp-scripts.php: wp_scripts() | Initialize $wp_scripts if it has not been set. |
wp-includes/functions.php: wp_json_encode() | Encode a variable into JSON, with some sanity checks. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/vars.php: wp_is_mobile() | Test if the current browser runs on a mobile device (smart phone, tablet, etc.) |
wp-includes/link-template.php: admin_url() | Retrieves the URL to the admin area for the current site. |
wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |