• /wp-content/plugins/woo-seo-addon/src/Core/MetaEngines/LinkedData.php on line 85

        public function extendLinkedData(array $data)
        {
            if ($data['@type'] === 'Organization') {
                $fields = array("address", "email", "telephone", "openingHours", "paymentAccepted");
    
                foreach ($fields as $field) {
                    $data[$field] = get_option('premmerce_seo_' . $field, '');
                }
            }
    
            return $data;
        }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Conflict withe woocommerce 3.6.1’ is closed to new replies.