feat: add Contact Form 7 forms and gated content modal
This commit is contained in:
@@ -27,6 +27,9 @@ function bitwms_enqueue_scripts() {
|
||||
true // load in footer
|
||||
);
|
||||
|
||||
// Gated content modal — loaded on all pages.
|
||||
wp_enqueue_script( 'bitwms-gated-content', $theme_uri . '/js/gated-content.js', [], $theme_version, true );
|
||||
|
||||
// Content feed AJAX filter — front page only.
|
||||
if ( is_front_page() ) {
|
||||
wp_enqueue_script(
|
||||
|
||||
Reference in New Issue
Block a user