content/_setup.php
@@ -29,16 +29,12 @@ */ require(AJV_DIR . '/content/faq.php'); require(AJV_DIR . '/content/progress.php'); require(AJV_DIR . '/content/terms.php'); require(AJV_DIR . '/content/sample.php'); add_filter('jvb_content', 'altr_content'); function altr_content($content):array { return [ 'faq' => altr_faq(), 'progress' => altr_progress(), 'terms' => altr_terms(), 'sample' => altr_sample(), ]; }