content/_setup.php
@@ -31,10 +31,10 @@ require(ATAT_DIR . '/content/soap.php'); add_filter('jvb_content', 'atat_content'); function atat_content($content):array { return [ 'soap' => atat_soap(), ]; } //add_filter('jvb_content', 'atat_content'); //function atat_content($content):array //{ // return [ // 'soap' => atat_soap(), // ]; //}