return defined('WC_VERSION');
should fix since defined()
accepts a string as parameter.
https://www.php.net/manual/en/function.defined.php
If you use:
require_once($_SERVER['DOCUMENT_ROOT'].'/wp-load.php');
adjusting your path if the installation is in a subrdir you load all the WP environment including active plugins etc
Related Posts:
- Unit tests – Dealing with dependencies
- PHPUnit testing WordPress Plugin
- Why is WP_Mock not used instead of WP_UnitTestCase for writing unit tests by most plugins?
- Unit testing for plugin development
- Vagrant script to setup all the common PHP / WordPress version combinations
- How to write testable classes in WordPress
- Unit testing to simulate the loop
- What is the best way to do unit tests for your plugin in 2018 [closed]
- WooCommerce get Shipping Class of product from either the product id or the order after order is completed
- Plugin development with unit tests
- How to iterate through custom posts and add the title to an array
- Unit testing wordpress plugins with plugin options
- Install and load additional plugins when running unit tests
- Unit Testing a Plugin functionality with cron
- PHPUnit test plugin activation
- get all products of one category
- Woocommerce add custom button to backend order table
- Sample — test — data for large WordPress install
- How do I hook a custom discount to change a WC_Order price total on WooCommerce?
- DataBase connection problem with PHPUnit and WordPress
- how to set context in WordPress for unit testing
- set_sale_price in WooCommerce [closed]
- Woocommerce – Hide a Column in Cart Table
- Print value of an array or variable in a payment plugin
- How to get orders with used coupon in WooCommerce
- Best way to notify WordPress plugin users of new release candidates for beta testing?
- How to update total price of completed order in woocommerce? [closed]
- $wpdb -> Batch insert from XML File?
- How do I change the initial quantity of a product in woocommerce?
- How do I add custom column to woocommerce cart?
- WooCommerce Conditional Tag inside plugin
- Custom attribute type not displaying terms in edit product – WooCommerce
- Show special field when correct shipping is chosen
- update woocommere total value on checkout based on selected payment method
- how to add custom functionality after woocommerce place order button
- WooCommerce Admin Reports : Get custom product report based on date range
- Adding a brand column to WooCommerce Products
- PHP – Extend WordPress Woocommerce Revenue Analytics with custom field
- “import declarations may only appear at top level of a module” when importing WooCommerce API node module
- Woocommerce extend tax report with custom column
- Show disclaimer with accept button before redirecting to the payment gateway website
- Can’t get woocommerce_get_price_html to work [closed]
- How to restrict access to image folder depending on whether product is purchased or not?
- woocommerce_checkout_order_processed hook executing function twice
- Is there a way in which I can compare product id with the order id to display content on front end before placing the order? [closed]
- Change WooCommerce Email Header using custom plugin
- UWooCommerce – add cart discount programmatically?
- Woocommerce inventory [closed]
- WooCommerce change Tax Class programmatically when Recalculating an existing Order [closed]
- How to change WooCommerce loop product title HTML output in single product page and archive page
- Can woocommerse be used dynamically for billing from another plugin for payment processing?
- WooCommerce Endpoints content
- How remove trashed WooCommerce orders from wc_get_orders() result?
- Mock a dependency of a WP_REST_Controller class
- How to call code when adding WooCommerce menu items via woocommerce_account_menu_items
- Duplicate shipping method logic to another shipping method [closed]
- Custom Plugin Options Won’t Update
- Hide one specific woocoomerce product
- get_shipping_methods() return empty rate
- Remove Products From Category
- wp_schedule_single_event is set correctly but sometimes not fired
- Change reminder email date to 14 days before
- How to make every image title equal to alt text(wordpress/woocommerce)?
- Pass Values in URL on WooCommerce Product Page
- Woocommerce place order update shipping price
- product-attribute-slug-is-too-long-28-characters-max
- “add to cart” links css class “ajax_add_to_cart” doesn’t show in woocommerce in widget sidebar
- How do I add filter with woocommerce categories?
- Getting products information, in woocommerce based on products ID
- Redirect WooCommerce checkout to cart
- WC REST API Error Handling
- Woocommerce Product finder feature on home page
- How can I measure CPU and RAM used by my theme or plugin
- want to confirm popup with “Yes” and “No” button when user click on add to cart
- How to remove the WooCommerce Product->Category thumbnail from admin [closed]
- Woocommerce Single Product Tabs Got Duplicate
- Woocommerce product not appearing in category list page when created programatically [closed]
- Override WooCommerce files from plugin
- woocommerce add a new bulk action in the bulk actions dropdown in the orders list
- WordPress Reset password Strength set to medium
- external Integration with wordpress timeout error
- Testing Plugins for Multisite
- Handle changed Woocommerce function
- Making Woocommerce optimized for more than 500k products
- WP: adding Javascript to specific woo commerce pages
- Declaring a new woo commerce product type i get this error
- How to only Load scripts on variable products page
- How to design WooCommerce-like admin tabs for plugin settings page?
- Woocommerce: block user removing cart item
- how do I find out if a placed order was deleted or trashed? [closed]
- PHPUnit Ajax Serialization of ‘Closure’ is not allowed
- What is the meta_query key name for the woo product average rating? [closed]
- Return custom product in ajax call loop
- WooCommerce adds a newline symbol (\n) between email recipients
- Testing Plugin – Install plugin dependencies in testing enviroment
- Allow HTML in product attributes and variation for WooCommerce
- How do I add multiple custom menu Woo-commerce my account page?
- ACF – programmatically install and activate in pipeline to automate testing for custom plugin development?
- High-Performance Order Storage conflict action `manage_shop_order_posts_custom_column`
- I want to redirect user to an amazon product page from my wordpress website when they add product to there cart [closed]