Changeset 57593 for trunk/src/wp-includes/script-modules.php
- Timestamp:
- 02/12/2024 12:58:53 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/script-modules.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-modules.php
r57503 r57593 113 113 wp_script_modules()->dequeue( $id ); 114 114 } 115 116 /** 117 * Deregisters the script module. 118 * 119 * @since 6.5.0 120 * 121 * @param string $id The identifier of the script module. 122 */ 123 function wp_deregister_script_module( string $id ) { 124 wp_script_modules()->deregister( $id ); 125 }
Note: See TracChangeset
for help on using the changeset viewer.