EP_Config::get_indexable_post_status PHP 메소드

get_indexable_post_status() 공개 메소드

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