Title: Re-working Plugin admin Code
Last modified: August 19, 2016

---

# Re-working Plugin admin Code

 *  [brett.hillesheim](https://wordpress.org/support/users/bretthillesheim/)
 * (@bretthillesheim)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/re-working-plugin-admin-code/)
 * Hello, I have the Flashfader plugin installed,
 * For some reason it displays the link in the admin menu under the “Posts” section,
   for what ever reason this really annoys me and I want to move the link to the“
   Appearance” section. I’ve tried moving the link myself, but haven’t had success.
   Here’s the code for the admin menu link:
 *     ```
       if(!function_exists('lynkff_addAdminMenu')) {
       	function lynkff_addAdminMenu()	{
       	add_submenu_page('edit.php', 'Flash Header Administration', 'Flash Header', 9, 'flashfader.php','lynkff_displayForm');
       	}
       }
       ```
   
 * Any ideas on what I need to change to make it move?
 * I’ve tried changing add_submenu_page to add_theme_page, but that just makes the
   link disappear.

Viewing 1 replies (of 1 total)

 *  Thread Starter [brett.hillesheim](https://wordpress.org/support/users/bretthillesheim/)
 * (@bretthillesheim)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/re-working-plugin-admin-code/#post-1498327)
 * Anyone have a clue on this?
 * What if I wanted to move the submenu into a special menu all to itself, along
   with my other plugins?
 * I’m trying to streamline where it all appears.
 * Any ideas?

Viewing 1 replies (of 1 total)

The topic ‘Re-working Plugin admin Code’ is closed to new replies.

 * 1 reply
 * 1 participant
 * Last reply from: [brett.hillesheim](https://wordpress.org/support/users/bretthillesheim/)
 * Last activity: [15 years, 11 months ago](https://wordpress.org/support/topic/re-working-plugin-admin-code/#post-1498327)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
