Jake Vanderwerf
2025-11-10 ad0b0246d88f723056970e7b1fb0af3de459a174
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(),
    ];
}