Errors in code for custom field rendering found
-
Hey! First of all, marvellous plugin.
I tried the custom field rendering options and had some hard time making it work. I found two errors that gave me some troubles 🙂
1. Error in wcff-builder.php, lines 1442, 1443
There is a typo – non-existent functionsdo_filterused, should beapply_filters2. Error in docs
See https://sarkware.com/wc-fields-factory-api/, section “Default rendering flow”. In the second code example there is a typo:add_action( 'wwccpf_after_fields_end', 'wccpf_wrapper_end' );See the wwccpf instead of wccpf? Tricky one!
Can you pls fix that in your next release?
The topic ‘Errors in code for custom field rendering found’ is closed to new replies.