Tribe__Events__Pro__Geo_Loc::get_fieldset_html()
Generates the settings helper text that accompanies the “Fix venues data” button.
Return
(string)
Source
File: src/Tribe/Geo_Loc.php
public function get_fieldset_html( $venues ) {
ob_start();
include Tribe__Events__Pro__Main::instance()->pluginPath . 'src/admin-views/geolocation-fix-text.php';
return ob_get_clean();
}
Changelog
| Version | Description |
|---|---|
| 4.4.34 | Introduced. |