Tribe__Events__Aggregator__Record__Eventbrite::get_source_regexp()

Gets the Regular Expression string to match a source URL


Return

(string)


Top ↑

Source

File: src/Tribe/Aggregator/Record/Eventbrite.php

	public static function get_source_regexp() {
		return '^(https?:\/\/)?(www\.)?eventbrite\.[a-z]{2,3}(\.[a-z]{2})?\/';
	}

Top ↑

Changelog

Changelog
Version Description
4.6.18 Introduced.