[
'Disable Comments',
'Turn off comments site-wide, both frontend and admin.',
],
'disable_comment_from_website_url' => [
'Disable Comment Form Website URL',
'Remove the URL field from the comment form.',
],
'disable_self_pingbacks' => [
'Disable Self Pingbacks',
'Prevent pingbacks from your own site.',
],
'disable_trackbacks_pingbacks' => [
'Disable Trackbacks & Pingbacks',
'Turn off trackbacks and pingbacks for all future posts.',
],
'disable_comments_html' => [
'Disable HTML in Comments',
'Prevent HTML tags in comments.',
],
];
self::create_options( $snippets ); ?>