Can someone tell me how I can set which icon to show in the main menu?The code I use in activate.php of this plugin is:
OW::getNavigation()->addMenuItem(OW_Navigation::MAIN, 'memberads_view_index', 'memberads', 'menutext_value', OW_Navigation::VISIBLE_FOR_ALL);
OW::getNavigation()->addMenuItem(OW_Navigation::MOBILE_TOP, 'memberads_view_index', 'memberads', 'menutext_m_value', OW_Navigation::VISIBLE_FOR_ALL);
I would like to change it by push-pin, which is what I have put in the widgets, but in the menu I can not find how to define what I want.This icon has themes that show them and others that do not, so it is not a problem because the same thing happens with all the themes that show icons in the menu.In the image, I mark it in blue.