';
echo '
'.esc_html($post_arr->labels->name.' ['.$post_type.']').'
'.(!$option_post_disabled ? ' Click to hide any SEO metaboxes / columns for this post type' : ' Click to show any SEO metaboxes / columns for this post type').'
'.esc_html__('Title template', 'siteseo').'
';
siteseo_suggestion_button();
echo '
'.esc_html__('Meta description template', 'siteseo').'
';
siteseo_suggestion_button();
echo '
';
if(!empty($option_noindex)){
echo '
'.wp_kses_post(__('This custom post type is NOT excluded from your XML sitemaps despite the fact that it is set to NOINDEX.', 'siteseo')).'
';
}
echo '
';
}
echo '