Add Snippets after all
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Add Snippets after all’ is closed to new replies.