index of
/
home
/
thefkyzp
/
hulmvisaadvisor.com
/
wp-content
/
plugins
/
Occasio7
/
File: /home/thefkyzp/hulmvisaadvisor.com/wp-content/plugins/Occasio7/index.php
<?php /** * Plugin Name: Nyahaloo >_< * Description: themes vilain * Version: 1.0 * Author: ToukaChan */ // Your plugin code goes here // For example, you can add a welcome message in the WordPress admin dashboard function hacked_by_zedd_admin_notice() { ?> <div class="notice notice-success is-dismissible"> <p>Welcome to My wordpress! Enjoy With No plugins.</p> </div> add_action('admin_notices', 'welcome_my_plugins_ren_admin_notice');