';
/* translators: %1$s: "Custom Post Types" or "Custom Taxonomies", %2$s: "title" or "description" */
$html .= wp_kses_post(sprintf(__('Some %1$s have no meta %2$s set! We strongly encourage you to add one by filling in the fields below.', 'wp-seopress'), esc_attr($notice_i18n), esc_attr($metadata)));
$html .= '
';
$html .= $list;
$html .= '
';
return $html;
}
}
}
/**
* Generate Permalink notice to prevent users from changing the permastructure on a live site.
*
* @return void
*/
function seopress_notice_permalinks() {
$pagenow = isset($GLOBALS['pagenow']) ? $GLOBALS['pagenow'] : '';
if ('options-permalink.php' !== $pagenow) {
return;
}
$class = 'notice notice-warning';
$message = sprintf(
'