Support

Account

Home Forums Feature Requests Filter Field Groups by Location Reply To: Filter Field Groups by Location

  • In case anyone needs it, this is working for my needs:

    $get_current_screen = get_current_screen();
    $get_current_post_type = $get_current_screen->post_type;
    $my_option = get_field(‘my-option’,’option’);