acf/get_post_stati

acf/get_post_stati

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.3.5

apply_filters('acf/get_post_stati') is found 1 times:

  • /includes/api/api-helpers.php line 568
    564
    565
    566
    567
    568
    569
    570
    571
    572
    573
    574
        $post_statuses = get_post_stati( $args );
     
        unset( $post_statuses['acf-disabled'] );
     
        $post_statuses = (array) apply_filters( 'acf/get_post_stati', $post_statuses, $args );
     
        return $post_statuses;
    }
    /**
     * Function acf_get_pretty_post_statuses()
     *