wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp-includes/script-modules.php › WordPress File

Funzioni5
Script Modules API: Script Module functions


Function Short description
wp_dequeue_script_moduleUnmarks the script module so it is no longer enqueued in the page.
wp_deregister_script_moduleDeregisters the script module.
wp_enqueue_script_moduleMarks the script module to be enqueued in the page.
wp_register_script_moduleRegisters the script module if no script module with that script module identifier has already been registered.
wp_script_modulesRetrieves the main WP_Script_Modules instance.