change role on the first log in Wordpress
add_action( ‘loop_start’, ‘personal_message_when_logged_in6’ ); function personal_message_when_logged_in6() { if( is_user_logged_in())...
Read MoreAdd Tab links profile Sidebar in Woocomerce with points
/* Tab links Apps woom */ add_filter(‘um_account_page_default_tabs_hook’, ‘my_custom_tab_in_um3’, 100...
Read MoreNew tab ultimate member action
add_filter(‘um_account_page_default_tabs_hook’, ‘my_custom_tab_in_um’, 100 ); function my_custom_tab_in_um( $tabs ) {...
Read More