Password Reset will not work for logged out users, Please drop an email to [email protected] for password reset link.
Insta Drinks Team
// Redirect agents from admin add_action('admin_init', 'redirect_agents'); function redirect_agents() { if(current_user_can('agent') && !defined('DOING_AJAX')) { $dashboard_page = get_page_by_path('agent-dashboard'); wp_redirect(get_permalink($dashboard_page->ID)); exit; } } // Clean admin bar add_action('admin_bar_menu', 'clean_agent_admin_bar', 999); function clean_agent_admin_bar($wp_admin_bar) { if(current_user_can('agent')) { $wp_admin_bar->remove_node('dashboard'); $wp_admin_bar->remove_node('new-content'); $wp_admin_bar->remove_node('comments'); $wp_admin_bar->remove_node('wp-logo'); } }
Password Reset will not work for logged out users, Please drop an email to [email protected] for password reset link.
Insta Drinks Team
No account yet?
Create an AccountYou must be 18 years of age or older to view page. Please verify your age to enter.
Your access is restricted because of your age.