Meta Box
Support Forum
Support › General › do_action for before and after fieldResolved
hi
Is there a do_action to target before and after a form input field? like you have for field groups do_action( 'rwmb_before', $meta_box );
do_action( 'rwmb_before', $meta_box );
thanks
Nick
Hello,
No, unfortunately. The actions before and after are available at the field group level. If you want to add something to the field input, please use the filter hook https://docs.metabox.io/category/filters/
hi, ok thanks anyway