wc_clean – WooCommerce Core Function
December 4, 2021 in Code Snippets
The following useful function is found in the includes/wc-core-functions.php and can be used by themes and plugins. Trims and strips tags from a string ($var). wc_clean( $var )
Read More →