| | |
| | | */ |
| | | |
| | | |
| | | require(AJV_DIR . '/content/sample.php'); |
| | | require(AEI_DIR . '/content/tattoos.php'); |
| | | require(AEI_DIR . '/content/piercings.php'); |
| | | require(AEI_DIR . '/content/artwork.php'); |
| | | require(AEI_DIR . '/content/offers.php'); |
| | | require(AEI_DIR . '/content/events.php'); |
| | | |
| | | add_filter('jvb_content', 'altr_content'); |
| | | function altr_content($content):array |
| | | { |
| | | return [ |
| | | 'sample' => altr_sample(), |
| | | ]; |
| | | } |
| | | //add_filter('jvb_content', 'aei_content'); |
| | | //function aei_content($content):array |
| | | //{ |
| | | // return [ |
| | | // 'soap' => aei_soap(), |
| | | // ]; |
| | | //} |