industrialweb
Forum Replies Created
-
I added this to functions.php to override this:
add_filter( ‘woocommerce_billing_fields’, ‘force_wc_phone_field’);
function force_wc_phone_field( $fields ) {
$fields[‘billing_phone’][‘required’] = true;
return $fields;
}But, if functions.php is ever overwritten, it’ll revert.
(I know Ascension is a child theme, but since it is a Godaddy theme, I am not quite sure they would get the importance of not releasing updates to child themes.)
I have been getting this false positive on all sites from both Wordfence and Defender Pro for about a month now. Wherever these two draw their files for comparison from, has the wrong version, or perhaps WordPress modifies this file post-installation/according to settings made?
- This reply was modified 7 years ago by industrialweb.
Nevermind – Fixed it. I was also using Hummingbird. I cleared the cache and all is working as it should now.
Same issue here. The controls have changed a bit, but the malfunction is still there.
The site is currently at smithhughes.com/blog
- This reply was modified 7 years, 11 months ago by industrialweb.