Advertisement
tribulant

Wishlist Menu

Jun 6th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. function newsletters_wishlist_config_menu(){
  2. if (function_exists('add_menu_page')){
  3. add_submenu_page('newsletters', 'Wishlist Integration',
  4. 'Wishlist Integration', '10', 'nl-wishlist-admin',
  5. 'newsletters_wishlist_admin');
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement