WooCommerce::plugin_path()
Get the plugin path.
Description Description
Return Return
(string)
Source Source
File: includes/class-woocommerce.php
public function plugin_path() { return untrailingslashit( plugin_dir_path( WC_PLUGIN_FILE ) ); }
Get the plugin path.
(string)
File: includes/class-woocommerce.php
public function plugin_path() { return untrailingslashit( plugin_dir_path( WC_PLUGIN_FILE ) ); }