PluginProbe
WP Coder – Insert & Manage Code Snippets / 4.3
WP Coder – Insert & Manage Code Snippets v4.3
4.5.1 1.1 2.3.1 2.3.2 2.4.1 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1 3.1.1 3.2 3.2.1 3.3 3.4 3.5 3.5.1 All 39 releases
wp-coder / classes / Snippets / pages / utilities.php

utilities.php in WP Coder – Insert & Manage Code Snippets 4.3, at classes/Snippets/pages/utilities.php

19 lines 452 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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