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 →
Remove The URL Field From WordPress Comments
May 5, 2014 in Code Snippets
Spammers tend to use URL field to post links to their spammy websites. Just to be safe, you may want to remove that URL field altogether.
Read More →Tags: comments, remove url field, remove url from comments, wordpress Comments Off on Remove The URL Field From WordPress Comments