Jake Vanderwerf
2 days ago 235ce5716edc2f7cbe80fdccf26eac7269587839
base/content.php
@@ -18,9 +18,9 @@
 *      - rewrites      = (array) key = associated taxonomy; value = what to append to rewrite base
 */
$defaults = [];
if (array_key_exists('has_support', JVB_SITE) && JVB_SITE['has_support'] === true) {
   $defaults = array_merge($defaults, jvb_support_post_type());
}
//if (!empty(JVB_SITE) && array_key_exists('has_support', JVB_SITE) && JVB_SITE['has_support'] === true) {
// $defaults = array_merge($defaults, jvb_support_post_type());
//}
$content = array_merge($defaults, apply_filters('jvb_content', []));
define('JVB_CONTENT', $content);