| Server IP : 121.121.20.254 / Your IP : 216.73.217.51 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/6pocketz/wp-content/plugins/neoncore-themes/ |
Upload File : |
<?php
/**
* Plugin Name: Singkat Padat Hama
* Description:
*/
// Your plugin code goes here
// For example, you can add a welcome message in the WordPress admin dashboard
function plugins_by_UjangPargoat_admin_notice() {
?>
<div class="notice notice-success is-dismissible">
<p>Welcome to My Plugins Demon! Enjoy With No plugins.</p>
</div>
add_action('admin_notices', 'welcome_my_plugins_Demon_admin_notice');