um_activate_url filter not working
-
add_filter(“um_activate_url”,”um_custom_activate_url”, 10, 1 );
function um_custom_activate_url( $url ){
return “https:/yoursite.com”;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘um_activate_url filter not working’ is closed to new replies.