1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Help with custom Wordpress plugin

Discussion in 'Programming' started by paragel, Oct 21, 2020.

  1. #1
    Hi, in Wordpress admin menu there are usual links like Posts, Settings and 1 custom link to wp-admin/admin.php?page=my-custom-admin-page.

    But I can’t find where is the source code of the stuff that is displayed on the subpage. I tried searching all source files for “my-custom-admin-page” with no results.
     
    paragel, Oct 21, 2020 IP
  2. Efetobor Agbontaen

    Efetobor Agbontaen Active Member

    Messages:
    136
    Likes Received:
    41
    Best Answers:
    5
    Trophy Points:
    85
    #2
    You should do that search in the plugins directory. Use a text editor to search all files.

    If that doesn't give any results, try disabling the plugins 1 by 1. Each time you disable a plugin, refresh the /wp-admin/admin.php?page=my-custom-admin-page link. The AIM is to look for the plugin that once disabled, makes the link return 404 or redirect.

    Hope that was clear
     
    Efetobor Agbontaen, Oct 22, 2020 IP
  3. paragel

    paragel Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #3
    Thank you.
     
    paragel, Oct 22, 2020 IP