[
'Disable XML-RPC',
'Fully disable XML-RPC functionality.',
],
'disable_rest_api' => [
'Disable WordPress REST API',
'Prevent public access to the REST API.',
],
'disable_automatic_updates' => [
'Disable Automatic Updates',
'Turn off all WordPress core updates.',
],
'disable_automatic_updates_emails' => [
'Disable Automatic Updates Emails',
'Stop email notifications for auto-updates.',
],
'disable_emojis' => [
'Disable Emojis',
'Prevent WordPress from loading emoji scripts.',
],
'disable_wp_shortlink' => [
'Disable WordPress Shortlink',
'Remove shortlink meta tag from site head.',
],
];
self::create_options( $snippets );
?>