' . sprintf( __( 'Google does not allow Person as the Publisher for articles. Organization will be used instead. You can read more about this here.', 'rank-math' ), \RankMath\KB::get( 'article' ) ) . '

' : ''; $cmb->add_field([ 'id' => 'rank_math_snippet_article_type', 'type' => 'radio_inline', 'name' => esc_html__( 'Article Type', 'rank-math' ), 'options' => [ 'Article' => esc_html__( 'Article', 'rank-math' ), 'BlogPosting' => esc_html__( 'Blog Post', 'rank-math' ), 'NewsArticle' => esc_html__( 'News Article', 'rank-math' ), ], 'default' => Helper::get_settings( "titles.pt_{$post_type}_default_article_type" ), 'classes' => 'nob', 'desc' => $article_desc, 'dep' => $article_dep, ]);