Home › Forums › General Issues › Default image into ACF Field › Reply To: Default image into ACF Field
I have now slightly amended the code to :-
$default_image = update_field('_thumbnail_id_pyjamas', 400);
//$values = get_fields( $post_id );
// var_dump($default_image);
//die('VALUES');
$data = array(
'ID' => $post_id,
'post_title' => $title,
'post_name' => sanitize_title( $title ),
'_thumbnail_id_pyjamas'=> $default_image
);
Still no joy.
Can anyone see what I am doing wrong?
Thanks
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.