feat: add Contact Form 7 forms and gated content modal

This commit is contained in:
2026-04-03 01:19:33 +05:00
parent 85aa6ae65e
commit 30000857c1
3 changed files with 53 additions and 0 deletions
@@ -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(