aasdasd
add_action('wp_footer', function () { if (is_admin()) { return; } ?> (function($){ $(document).on('ready', function() { // Highlight the last word in Page Heading $(".page-heading__title").html(function(){ var text= $(this).text().trim().split(" "); var last = text.pop(); return text.join(" ") + (text.length > 0 ? " " + last + "" : last); }); }); })(jQuery);