Hi James! Thanks for the help!
it’s still not working though! neither for post
neither for page
only for cpt’s…..
Im getting a little lost here, using a conditional statement (just to check):
if ( $currentposttype == 'portfolio' ) {
$my_post['post_title'] = get_field('kop', $post_id);
}
still seems to fire the updater when page or post and gets me the infinite loading with a No data received ERR_EMPTY_RESPONSE
error in Chrome….