Jake Vanderwerf
10 days ago 97e7c319d656a5f05489ca996e249e7359303d4d
inc/blocks/FAQBlock.php
@@ -25,12 +25,6 @@
            'render_callback' => [$this, 'render'],
         ]
      );
//
//    // Localize script data for the editor
//    add_action('enqueue_block_editor_assets', [$this, 'enqueue_editor_assets']);
//
//    // Enqueue frontend scripts
//    add_action('wp_enqueue_scripts', [$this, 'enqueue_frontend_assets']);
   }
   /**
@@ -280,7 +274,7 @@
                     ?>
                  <details class="faq"<?= !$collapse_by_default ? ' open' : '' ?>>
                     <summary><h3><b>Q</b> <?= esc_html($faq['title']) ?></h3></summary>
                     <?= apply_filters('the_content', $faq['content']) ?>
                     <?= jvb_filter_content( $faq['content']) ?>
                     <a class="button" href="<?= $faq['url'] ?>" title="Learn More about <?=$faq['title']?>">Learn More</a>
                  </details>
                  <?php endforeach; ?>