EP_Config::get_indexable_post_status PHP Method

get_indexable_post_status() public method

Return indexable post_status for the current site
Since: 1.3
public get_indexable_post_status ( ) : array
return array
    public function get_indexable_post_status()
    {
        return apply_filters('ep_indexable_post_status', array('publish'));
    }