Tribe__Events__Editor::deregister_scripts()
Remove scripts that are not relevant for the Gutenberg editor or conflict with the scripts used on gutenberg
Source
File: src/Tribe/Editor.php
public function deregister_scripts() {
wp_deregister_script( 'tribe_events_google_maps_api' );
}
Changelog
| Version | Description |
|---|---|
| 4.7 | Introduced. |