• i’m trying to make a plugin and i can’t even get this to work. what am i doing wrong?

    <?php
    /*
    Plugin Name: Account
    Plugin URI: https://boston-hub.com
    Description: Account
    Author: BH Team
    Author URI: https://boston-hub.com
    Version: 0.1
    */

    if(1==1){
    function add_Account_menu() {
    add_submenu_page(index.php, Account, Account, 10, delete-account.php);
    add_management_page(Account, Account, 10, account.php, Show();

    }
    }

    function show(){}
    ?>

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘plugin help’ is closed to new replies.