Tribe__Field::doFieldLabel()
Source
File: src/Tribe/Field.php
public function doFieldLabel() {
_deprecated_function( __METHOD__, '4.3', __CLASS__ . '::do_field_label' );
return $this->do_field_label();
}
File: src/Tribe/Field.php
public function doFieldLabel() {
_deprecated_function( __METHOD__, '4.3', __CLASS__ . '::do_field_label' );
return $this->do_field_label();
}