Tribe__Events__Community__Event_Form::clear_hooks()
Source
File: src/Tribe/Event_Form.php
public function clear_hooks() {
remove_action( 'tribe_community_events_field_has_error', array( $this, 'indicate_field_errors' ), 10, 2 );
}
File: src/Tribe/Event_Form.php
public function clear_hooks() {
remove_action( 'tribe_community_events_field_has_error', array( $this, 'indicate_field_errors' ), 10, 2 );
}