First find out if it is a plugin. Rename the plugins folder to plugins2 and see if it disappears
Help with Wordpress plugin - looking for source files
Sorry for offtopic, maybe somebody knows.
In Wordpress Admin menu there are some standard links, like Posts, Settings etc. and one of these links is a custom link to custom subpage. It runs on url
wp-admin/admin.php?page=my-custom-admin-page
wp-admin/admin.php?page=my-custom-admin-page-add-new
I'm assuming it's a custom made plugin. But no matter what I can't find source files of this plugin. I downloaded all files from server and searched them for "my-custom-admin-page". I also exported entire database and searched it for "my-custom-admin-page".
0 results.
That subpage uses custom CSS, in the source code I can see:
<div class="my-custom-table-class">
Again I searched all files on FTP for "my-custom-table-class" and again 0 results. I searched entire DB for it. 0 results.
I don't get it! Where are source files of that custom admin subpage?!
That subpage also displays data from MySQL table my_custom_mysql_table. Yet again on FTP there is not a single file containing "my_custom_mysql_table" string.
Please or to participate in this conversation.