ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/functions.wp-scripts.php

wp_script_add_data()

Function: Add metadata to a script.

Source: wp-includes/functions.wp-scripts.php:334

Used by 0 functions | Uses 1 function

wp_enqueue_script()

Function: Enqueue a script.

Source: wp-includes/functions.wp-scripts.php:264

Used by 39 functions | Uses 1 function

wp_dequeue_script()

Function: Remove a previously enqueued script.

Source: wp-includes/functions.wp-scripts.php:294

Used by 0 functions | Uses 1 function

wp_script_is()

Function: Check whether a script has been added to the queue.

Source: wp-includes/functions.wp-scripts.php:311

Used by 1 function | Uses 1 function

wp_scripts()

Function: Initialize $wp_scripts if it has not been set.

Source: wp-includes/functions.wp-scripts.php:20

Used by 12 functions | Uses 1 function

wp_print_scripts()

Function: Prints scripts in document head that are in the $handles queue.

Source: wp-includes/functions.wp-scripts.php:66

Used by 4 functions | Uses 3 functions

wp_print_scripts

Action Hook: Fires before scripts in the $handles queue are printed.

Source: wp-includes/functions.wp-scripts.php:72

Used by 3 functions | Uses 0 functions

wp_add_inline_script()

Function: Adds extra code to a registered script.

Source: wp-includes/functions.wp-scripts.php:107

Used by 10 functions | Uses 5 functions

wp_register_script()

Function: Register a new script.

Source: wp-includes/functions.wp-scripts.php:145

Used by 0 functions | Uses 1 function

wp_localize_script()

Function: Localize a script.

Source: wp-includes/functions.wp-scripts.php:185

Used by 10 functions | Uses 1 function
1 2 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy