• Hi there,

    Is there a better way to achieve that without changing the plugin code?

    Such as, add priority 100 to the ‘wp_footer’

    
    // Function to add snippets in the footer
    function hfcm_footer_scripts() {
    	hfcm_add_snippets( 'footer' );
    }
    add_action( 'wp_footer', 'hfcm_footer_scripts', 100 );
    
Viewing 1 replies (of 1 total)
  • Plugin Author 99robots

    (@99robots)

    Hi Stemon – I know this is an old thread, but just replying before I close it. While it’s not possible now, and we were waiting to see if WP v5.0 introduced a needed hook (didn’t happen), I’ve added this to possible future features. Thanks for the suggestion.

    If you have not already, please do leave us a review.

    All the best and happy holidays.

Viewing 1 replies (of 1 total)
  • The topic ‘Add Snippets after all’ is closed to new replies.