load_term_id not working
-
Hi,
Previously I have used the action:
add_filter(‘acfe/form/load/term_id/form=supplier-edit’, ‘supplier_edit_term_source’, 10, 3);
The above workedWith the latest update in 0.9.0.2 I have updated this to use:
add_filter(‘acfe/form/load_term_id/form=supplier-edit’, ‘supplier_edit_term_source’, 10, 3);
The above returns nothingCould you please help me understand if there are additional changes in 902 that also impact this action?
Or is there a known bug?
I have reverted the plugin for now and all works again.Thanks for your help (and the amazing plugin)
Pete.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘load_term_id not working’ is closed to new replies.