WPPizza – A Restaurant Plugin for WordPress › Support › Documentation WPPizza v2.x (read only)
(v3.x Docs can be found here) › Constants › WPPIZZA_NAME
Viewing 1 post (of 1 total)
- AuthorPosts
- 8 September, 2015 at 7:01 pm #12139
what it does:
if defined, changes the visible names, titles, labels in the backend from the default of “WPPizza” to the given value (“my name” in the example below).affects:
admin/backend only – labels, titlesdoes not affect:
frontend or any coding references/variables anywhereusable:
anytime, can also be changed or deleted again at any time.example:
define('WPPIZZA_NAME', 'my name');/*string*/
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. - AuthorPosts
Viewing 1 post (of 1 total)
- The topic ‘WPPIZZA_NAME’ is closed to new replies.