Uses
Uses | Description |
---|---|
wp-includes/functions.php: wp_json_encode() | Encode a variable into JSON, with some sanity checks. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::doing_ajax() | Return true if it’s an Ajax request. |
wp-includes/theme.php: wp_customize_url() | Returns a URL to load the Customizer. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/functions.wp-scripts.php: wp_print_scripts() | Prints scripts in document head that are in the $handles queue. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/script-loader.php: wp_enqueue_scripts() | Wrapper for do_action( ‘wp_enqueue_scripts’ ). |