Tribe__Events__Aggregator__Record__Meetup::get_source_regexp()
Gets the Regular Expression string to match a source URL
Return
(string)
Source
File: src/Tribe/Aggregator/Record/Meetup.php
public static function get_source_regexp() {
return '^(https?:\/\/)?(www\.)?meetup\.com(\.[a-z]{2})?\/';
}
Changelog
| Version | Description |
|---|---|
| 4.6.18 | Introduced. |