wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_register_development_scripts › WordPress Function

Seit6.0.0
Veraltet7.0.0
wp_register_development_scripts ( $scripts )
Parameter:
  • (WP_Scripts) $scripts WP_Scripts object.
    Erforderlich: Ja
Siehe:
Definiert in:
Codex:

Registers development scripts that integrate with `@wordpress/scripts`.



Quellcode

function wp_register_development_scripts( $scripts ) {
	_deprecated_function( __FUNCTION__, '7.0.0' );
}