WooCommerce Code Reference

Errors

Table of Contents

woocommerce/includes/abstracts/abstract-wc-settings-api.php 1
woocommerce/includes/abstracts/abstract-wc-widget.php 2
woocommerce/includes/class-wc-cart-totals.php 1
woocommerce/includes/class-wc-data-store.php 1
woocommerce/includes/class-wc-log-levels.php 1
woocommerce/includes/class-wc-order-factory.php 2
woocommerce/includes/class-wc-rest-authentication.php 1
woocommerce/includes/class-wc-template-loader.php 1
woocommerce/includes/emails/class-wc-email.php 1
woocommerce/includes/shortcodes/class-wc-shortcode-my-account.php 2
woocommerce/includes/wc-conditional-functions.php 1
woocommerce/includes/widgets/class-wc-widget-layered-nav.php 2
woocommerce/src/Admin/API/Reports/Customers/DataStore.php 1
woocommerce/src/Admin/Features/OnboardingTasks/TaskListSection.php 1
woocommerce/src/Admin/Marketing/MarketingCampaign.php 1
woocommerce/src/Admin/Marketing/MarketingCampaignType.php 1
woocommerce/src/Admin/Marketing/MarketingChannelInterface.php 1
woocommerce/src/Admin/Marketing/MarketingChannels.php 1
woocommerce/src/Admin/Marketing/Price.php 1
woocommerce/src/Database/Migrations/CustomOrderTable/CLIRunner.php 1
woocommerce/src/Utilities/OrderUtil.php 1

abstract-wc-settings-api.php

Type Line Description
ERROR 0 Tag "uses" with body "@uses get_option(), add_option()" has error "\get_option()," is not a valid Fqsen.

abstract-wc-widget.php

Type Line Description
ERROR 0 Tag "see" with body "@see WP_Widget->update" has error "\WP_Widget->update" is not a valid Fqsen.
ERROR 0 Tag "see" with body "@see WP_Widget->form" has error "\WP_Widget->form" is not a valid Fqsen.

class-wc-cart-totals.php

Type Line Description
ERROR 0 Tag "return" with body "@return array." has error "\array." is not a valid Fqsen.

class-wc-data-store.php

Type Line Description
ERROR 0 Tag "param" with body "@param array[WC_Data] $objects Array of object instances to read." has error "\array[WC_Data]" is not a valid Fqsen.

class-wc-log-levels.php

Type Line Description
ERROR 0 Tag "see" with body "@see @link {https://tools.ietf.org/html/rfc5424}" has error "\@link" is not a valid Fqsen.

class-wc-order-factory.php

Type Line Description
ERROR 0 Tag "param" with body "@param array[mixed] $order_ids Array of order IDs to get." has error "\array[mixed]" is not a valid Fqsen.
ERROR 0 Tag "return" with body "@return array[\WC_Order]" has error "\array[\WC_Order]" is not a valid Fqsen.

class-wc-rest-authentication.php

Type Line Description
ERROR 0 Tag "return" with body "@return WP_Error|null." has error "\null." is not a valid Fqsen.

class-wc-template-loader.php

Type Line Description
ERROR 0 Tag "since" with body "@since x.x.x" has error

class-wc-email.php

Type Line Description
ERROR 0 Tag "see" with body "@see $plain_search" has error "\$plain_search" is not a valid Fqsen.

class-wc-shortcode-my-account.php

Type Line Description
ERROR 0 Tag "uses" with body "@uses $wpdb WordPress Database object" has error "\$wpdb" is not a valid Fqsen.
ERROR 0 Tag "uses" with body "@uses $wpdb WordPress Database object." has error "\$wpdb" is not a valid Fqsen.

wc-conditional-functions.php

Type Line Description
ERROR 0 Tag "uses" with body "@uses $wc_product_attributes global which stores taxonomy names upon registration" has error "\$wc_product_attributes" is not a valid Fqsen.

class-wc-widget-layered-nav.php

Type Line Description
ERROR 0 Tag "see" with body "@see WP_Widget->update" has error "\WP_Widget->update" is not a valid Fqsen.
ERROR 0 Tag "see" with body "@see WP_Widget->form" has error "\WP_Widget->form" is not a valid Fqsen.

DataStore.php

Type Line Description
ERROR 0 Tag "return" with body "@return true|-1" has error "\Automattic\WooCommerce\Admin\API\Reports\Customers\-1" is not a valid Fqsen.

TaskListSection.php

Type Line Description
ERROR 0 Tag "return" with body "@return boolean;" has error "\Automattic\WooCommerce\Admin\Features\OnboardingTasks\boolean;" is not a valid Fqsen.

MarketingCampaign.php

Type Line Description
ERROR 0 Tag "since" with body "@since x.x.x" has error

MarketingCampaignType.php

Type Line Description
ERROR 0 Tag "since" with body "@since x.x.x" has error

MarketingChannelInterface.php

Type Line Description
ERROR 0 Tag "since" with body "@since x.x.x" has error

MarketingChannels.php

Type Line Description
ERROR 0 Tag "since" with body "@since x.x.x" has error

Price.php

Type Line Description
ERROR 0 Tag "since" with body "@since x.x.x" has error

CLIRunner.php

Type Line Description
ERROR 0 Tag "var" with body "@var DataSynchronizer;" has error "\Automattic\WooCommerce\DataBase\Migrations\CustomOrderTable\DataSynchronizer;" is not a valid Fqsen.

OrderUtil.php

Type Line Description
ERROR 0 Tag "param" with body "@param WP_Post/WC_Order $post_or_order_object WP_Post/WC_Order object to get ID for." has error "\Automattic\WooCommerce\Utilities\WP_Post/WC_Order" is not a valid Fqsen.