WooCommerce::plugin_url()
Get the plugin url.
Description Description
Return Return
(string)
Source Source
File: includes/class-woocommerce.php
709 710 711 | public function plugin_url() { return untrailingslashit( plugins_url( '/' , WC_PLUGIN_FILE ) ); } |