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

handle email (mailto) urls

parent 0632d37a
Branches
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.
Please register or to comment