Support

Account

Home Forums ACF PRO Exclude ACF meta_value Reply To: Exclude ACF meta_value

  • $post->ID does not have a value inside of your function unless you declare the global

    
    function messe_feld( $atts ) {
      global $post;
        // ......