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



enqueue_comment_hotkeys_js › WordPress Function

Seit2.7.0
Veraltetn/v
enqueue_comment_hotkeys_js ( Keine Parameter )
Definiert in:
Codex:

Enqueues comment shortcuts jQuery script.



Quellcode

function enqueue_comment_hotkeys_js() {
	if ( 'true' === get_user_option( 'comment_shortcuts' ) ) {
		wp_enqueue_script( 'jquery-table-hotkeys' );
	}
}