Uses
Uses | Description |
---|---|
wp-includes/class-wp-block-styles-registry.php: WP_Block_Styles_Registry::get_instance() | Utility method to retrieve the main instance of the class. |
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/functions.wp-scripts.php: wp_register_script() | Register a new script. |
wp-includes/functions.wp-scripts.php: wp_enqueue_script() | Enqueue a script. |