Support

Account

Home Forums ACF PRO attach comment to custom post type entry Reply To: attach comment to custom post type entry

  • alright. my fault!
    this is correct:

    if( is_array($comments) )
    	{
    		foreach( $comments as $key=>$comment )
    		{
    			$field['choices'][ $comment->comment_ID ] = $comment->comment_content;
    		}
    	}

    but what is default_value then??
    thank you very much elliot. i love your plugin!!