Skip to content

Instantly share code, notes, and snippets.

@anoopranawat
Last active May 19, 2017 07:33
Show Gist options
  • Save anoopranawat/eb92412e80acf9d22dd43451fa4538bd to your computer and use it in GitHub Desktop.
Save anoopranawat/eb92412e80acf9d22dd43451fa4538bd to your computer and use it in GitHub Desktop.
Run FAQ with Optimizepress plugin
<?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