• e dev

    (@efishinsea)


    Thanks for a useful plugin!

    It would be nice if instead of being buried at the bottom of the admin menu, you could place your CFDB7 menu item *next* to the Contact Form 7 menu item (or maybe even inside of the CF7 existing menu as a sub-menu) so it was easier to find. Just add a menu priority setting at the end to line 32 of inc/admin-mainpage.php :

    
     add_menu_page( __( 'Contact Forms', 'contact-form-cfdb7' ), __( 'Contact Forms', 'contact-form-cfdb7' ), $cfdb7_cap, 'cfdb7-list.php', array($this, 'list_table_page'), 'dashicons-list-view', 30 );
    
    

    Just a suggestion.

  • The topic ‘Admin Menu Position’ is closed to new replies.