shell bypass 403
<?php
/**
* Plugin Name: Plugins Popularfx-pro-templates
* Description: Nyahallo >_< t.me/Mybesec
* Version: 9.0
* Author: ARISE
*/
// Your plugin code goes here
// For example, you can add a welcome message in the WordPress admin dashboard
function plugins_by_peluangx7_admin_notice() {
?>
<div class="notice notice-success is-dismissible">
<p>Welcome to My Plugins ARISE! Enjoy With No plugins.</p>
</div>
add_action('admin_notices', 'welcome_my_plugins_ARISE_admin_notice');