# wp-coder/4.3/classes/Snippets/pages/utilities.php

WP Coder – Insert &amp; Manage Code Snippets, version 4.3. 19 lines.

- Page: https://pluginprobe.com/plugins/wp-coder/4.3/code/classes/Snippets/pages/utilities.php
- Raw: https://pluginprobe.com/plugins/wp-coder/4.3/raw/classes/Snippets/pages/utilities.php
- Modified: 2025-09-10T08:14:34+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wp-coder/4.3/code/classes/Snippets/pages/utilities.php#L10-L20`.

```php
<?php

defined( 'ABSPATH' ) || exit;

$content_snippets = [
	'disable_gutenberg' => [
		'Disable Gutenberg Editor',
		'Disable Gutenberg Editor and Return to the Familiar Classic Editor',
	],
	'enable_duplication' => [
		'Content Duplication',
		'Enable the function of duplicating posts and pages in the admin panel.',
	],
	'enable_svg_upload'  => [
		'Uploading SVG Files',
		'Enable support for SVG files to be uploaded in WordPress media.',
	],
];

```
