Tool Grator Post JW
// ==========================================
// 3. EDITOR BUTTON FOR EASY POSTING
// ==========================================
add_action( ‘admin_print_footer_scripts’, ‘tvpop_jw_quicktag’ );
function tvpop_jw_quicktag() {
// Only show if the Quicktags script is in use (Classic Editor Text tab)
if ( wp_script_is( ‘quicktags’ ) ) {
?>