• Resolved andrejm

    (@andrejm)


    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 functions do_filter used, should be apply_filters

    2. 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?

Viewing 1 replies (of 1 total)
  • Hi @andrejm,
    The first issue it should be do_filter only this is for developer can change the meta while rendering field,

    The second issue – corrected the spell mistake from out blog. Sorry for that.

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Errors in code for custom field rendering found’ is closed to new replies.