add_action( 'wp_footer', function () { ?> <script> (function($){ $(document).on('ready', function(){ $('.sp-ea-single>.ea-header a').on('click', function(e){ e.preventDefault; var $this = $(this); setTimeout(function(){ var targetTop = $this.offset().top - 150 + 'px'; $("html, body").animate({ scrollTop: targetTop }, "slow"); }, 500); }); }); })(jQuery); </script> <?php },99 );