Last active
May 19, 2017 07:33
-
-
Save anoopranawat/eb92412e80acf9d22dd43451fa4538bd to your computer and use it in GitHub Desktop.
Run FAQ with Optimizepress plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Action to load script for optimizepress | |
add_action('op_footer', 'wp_faqp_optimizepress_script'); | |
function wp_faqp_optimizepress_script() { | |
// Enqueing required script | |
wp_enqueue_script( 'wp-faqp-public-script' ); | |
} | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment