Support

Account

Home Forums General Issues Trouble getting post object data to appear in front end Reply To: Trouble getting post object data to appear in front end

  • Debug means to test the value. eg:

    
    $post_object = get_field('post_object');
    
    echo '<pre>';
    	print_r( $post_object );
    echo '</pre>';
    die;