| 1 |
<?php |
| 2 |
|
| 3 |
defined( 'ABSPATH' ) || exit; |
| 4 |
|
| 5 |
$content_snippets = [ |
| 6 |
'disable_gutenberg' => [ |
| 7 |
'Disable Gutenberg Editor', |
| 8 |
'Disable Gutenberg Editor and Return to the Familiar Classic Editor', |
| 9 |
], |
| 10 |
'enable_duplication' => [ |
| 11 |
'Content Duplication', |
| 12 |
'Enable the function of duplicating posts and pages in the admin panel.', |
| 13 |
], |
| 14 |
'enable_svg_upload' => [ |
| 15 |
'Uploading SVG Files', |
| 16 |
'Enable support for SVG files to be uploaded in WordPress media.', |
| 17 |
], |
| 18 |
]; |
| 19 |
|