WPPizza – A Restaurant Plugin for WordPress › Support › Documentation WPPizza v2.x (read only)
(v3.x Docs can be found here) › Constants › WPPIZZA_MENU_ICON
Viewing 1 post (of 1 total)
- AuthorPosts
- 8 September, 2015 at 7:14 pm #12147
what it does:
if defined, changes the icon next to the WPPizza text in the backend from the default to the given iconaffects:
admin/backend onlydoes not affect:
frontend or anything else barring the icon mentioned aboveusable:
anytime, can also be changed or deleted again at any time.example:
define('WPPIZZA_MENU_ICON', 'http://www.example.com/image.png');/*url*/
where to add/define:
in your wp-config.php before: /* That's all, stop editing! Happy blogging. */
Disclaimer:
As with all filters, actions and constants:
Although these should be safe to use as indicated, there are no guarantees. Use at your own risk. Make backups before usage. - AuthorPosts
Viewing 1 post (of 1 total)
- The topic ‘WPPIZZA_MENU_ICON’ is closed to new replies.