gavinsmith
Member
Posted 3 years ago #
Hey there,
I was hoping somebody could let me know what I need to edit in order to move the admin menu item to, say, under the Posts header rather than Tools. I want to do this to make it easier on clients who want to mess with their forms.
I'd appreciate any input, thank you very much in advance!
Search this line in wp-contact-form-7.php:
add_management_page( __( 'Contact Form 7', 'wpcf7' ), __( 'Contact Form 7', 'wpcf7' ), wpcf7_read_capability(), __FILE__, array( &$this, 'management_page' ) );
This line controls the menu. And the manual is here:
http://codex.wordpress.org/Adding_Administration_Menus
gavinsmith
Member
Posted 3 years ago #
Sorry for the late reply - I wish there were email notifications.
Thank you very much!