wpseek.com
WordPress开发者和主题制作者的搜索引擎



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

功能5
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.