add a button to a edit submission page
-
i want to add a button to edit submission page i already added the code to subs-cpt.php and got the work done.But i need to implement this as a seperate plugin(then it won’t disappear after an update).How should i add this to ninja form save_sub_metabox() function. i tried do_action (add_action( ‘save_sub_metabox’,’display_error_msg’,10,1 );) but didn’t work!how can i get this done???
- The topic ‘add a button to a edit submission page’ is closed to new replies.