acf/get_post_stati

acf/get_post_stati

Hook Type: filter

See hook in core

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

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

  • /includes/api/api-helpers.php line 723
    	$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()
     *