WPCF7 ADMIN MENU ORDER CONFLICT!
-
The new WPCF7 position conflict with my custom menu. How to move the contact menu to last position?
I change admin.php:
add_action( ‘admin_menu’, ‘wpcf7_admin_menu’, 9 );
to
add_action( ‘admin_menu’, ‘wpcf7_admin_menu’, 27 );
but nothing occur…
HELP!?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WPCF7 ADMIN MENU ORDER CONFLICT!’ is closed to new replies.