enqueue_comment_hotkeys_js() In this article Table of ContentsSource Related Changelog ↑ Back to top Enqueues comment shortcuts jQuery script. Source function enqueue_comment_hotkeys_js() { if ( 'true' === get_user_option( 'comment_shortcuts' ) ) { wp_enqueue_script( 'jquery-table-hotkeys' ); } } View all references View on Trac View on GitHub Related UsesDescriptionwp_enqueue_script()wp-includes/functions.wp-scripts.phpEnqueues a script. get_user_option()wp-includes/user.phpRetrieves user option that can be either per Site or per Network. Changelog VersionDescription2.7.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.