Change "add_menu_page" position, use decimal and quotes
-
Can you make the “position” of the plugin menu in wp-amin more specifik, so it doesn’t conflict with other plugins? For example “Contact FOrm 7” uses the same position(30).
original jazzy-forms.php line 68:
$page = add_menu_page( 'Forms', 'Forms', 8, 'jzzf_forms_top', 'jzzf_forms', null, 30);
suggested jazzy-forms.php line 68:
$page = add_menu_page( 'Forms', 'Forms', 8, 'jzzf_forms_top', 'jzzf_forms', null, '30.1');
note: put the (decimal) position in quotes.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Change "add_menu_page" position, use decimal and quotes’ is closed to new replies.