Skip to content
Snippets Groups Projects
Verified Commit b19fb278 authored by Andrei Mondoc's avatar Andrei Mondoc Committed by Kevin Cristiano
Browse files

handle email (mailto) urls

parent b4ca7bd8
No related branches found
No related tags found
No related merge requests found
......@@ -124,6 +124,8 @@ class Url extends Base {
}
if ( strpos( $url, 'mailto' ) ) $url = strstr( $url, 'mailto' );
return apply_filters( 'civi_wp_rest/controller/url/parsed_url', $url, $params );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment