dynamic target on update post
-
Hello,
Thanks for creating this pluginHow to change the Target post_id Update post when updating
I can dynamically load meta from another post
but Cannot save it to the post after changes to the form
example
post_id 40 Successfully add by filter
add_filter(‘acfe/form/load/post_id/form=edit_eng’, ‘my_form_post_values_source’, 10, 3);
function my_form_post_values_source($post_id, $form, $action){
$post_id = 40;
}but after edit form , the new value not saving to post 40
i set action update in admin panel
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘dynamic target on update post’ is closed to new replies.