Using float for menu position which is not supported
-
See this trac ticket: https://core.trac.wordpress.org/ticket/23316
I’m referring to this code in your plugin:
// Set position with odd number to avoid confict with other plugin/theme. add_menu_page( 'BuddyBoss', 'BuddyBoss', 'manage_options', 'buddyboss-settings', '', buddyboss_global_search()->assets_url . '/images/logo.svg', 64.99 );Simply putting quotes around the 64.99 resolves the issue.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Using float for menu position which is not supported’ is closed to new replies.