Uses
Uses | Description |
---|---|
wp-includes/functions.wp-scripts.php: wp_add_inline_script() | Adds extra code to a registered script. |
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/functions.wp-scripts.php: wp_script_is() | Determines whether a script has been added to the queue. |
wp-includes/functions.php: absint() | Convert a value to non-negative integer. |
wp-includes/class-wp-locale.php: WP_Locale::is_rtl() | Checks if current locale is RTL. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |