Apple_Exporter\Workspace::get_errors PHP 메소드

get_errors() 공개 메소드

Gets errors encountered during publishing.
부터: 1.0.6
public get_errors ( ) : array
리턴 array
    public function get_errors()
    {
        return apply_filters('apple_news_get_errors', get_post_meta($this->content_id, self::ERRORS_META_KEY), $this->content_id);
    }