Jake Vanderwerf
5 days ago 266aa37c48222993bf7bdad6834e31bd08736f5e
inc/managers/SEO/render/SchemaOutput.php
@@ -39,7 +39,7 @@
            $schema[] = $seo->schema()->outputSingularSchema();
         }
      }elseif (is_post_type_archive($this->types)) {
         error_log('It is a post type archive');
         $type = get_queried_object();
         $type = $type->name;
         $registrar = Registrar::getInstance($type);
@@ -62,9 +62,9 @@
         return intval(get_option(BASE.$item.'_archive', false));
      },Registrar::getFeatured('is_content', 'term'))));
      if (is_page($isContent)){
      if (!empty($isContent) && is_page($isContent)){
         $type = get_post_meta(get_the_id(), BASE.'for_type', true);
         error_log('Type: '.print_r($type, true));
//       error_log('Type: '.print_r($type, true));
         if (!empty($type)) {
            $registrar = Registrar::getInstance($type);
            if ($registrar) {