enqueue_comment_hotkeys_js

函式
enqueue_comment_hotkeys_js ( No parameters )

enqueue_comment_hotkeys_js: 這個函式為管理區的評論熱鍵排隊等待JavaScript檔案。

排隊評論快捷方式的jQuery指令碼。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function enqueue_comment_hotkeys_js() {
if ( 'true' === get_user_option( 'comment_shortcuts' ) ) {
wp_enqueue_script( 'jquery-table-hotkeys' );
}
}
function enqueue_comment_hotkeys_js() { if ( 'true' === get_user_option( 'comment_shortcuts' ) ) { wp_enqueue_script( 'jquery-table-hotkeys' ); } }
function enqueue_comment_hotkeys_js() {
	if ( 'true' === get_user_option( 'comment_shortcuts' ) ) {
		wp_enqueue_script( 'jquery-table-hotkeys' );
	}
}

常見問題

FAQs
檢視更多 >