date = new WPSEO_Date_Helper(); } /** * Determines whether a given post type should have Article schema. * * @deprecated 14.0 * @codeCoverageIgnore * * @param string|null $post_type Post type to check. * * @return bool True if it has article schema, false if not. */ public static function is_article_post_type( $post_type = null ) { _deprecated_function( __METHOD__, 'WPSEO 14.0', 'YoastSEO()->helpers->schema->article->is_article_post_type' ); return YoastSEO()->helpers->schema->article->is_article_post_type( $post_type ); } }