Jake Vanderwerf
2026-05-31 d7e7d248cbe41cd7a9ef9c2fb022b6c4831f99a3
inc/managers/SEO/render/Traits/ThingSchema.php
@@ -40,7 +40,7 @@
   public function outputSchema():array
   {
      global $wp;
      $current = home_url( add_query_arg( $_GET, $wp->request ) );
      $current = get_home_url(null, add_query_arg( $_GET, $wp->request ) );
      $id = (isset($this->id)) ? $this->id : $current.'/#'.strtolower($this->getTypeName());
      $elements = array_map(
         function ($value) {
@@ -65,7 +65,7 @@
               $value = $value->getTime();
            }else if (!is_string($value)) {
               if (JVB_TESTING && !is_numeric($value)) {
                  error_log('Normal value? '.print_r($value, true));
//                error_log('Normal value? '.print_r($value, true));
               }
            }