Tribe__Customizer__Section::get_section_url()
Sugar function that returns the results of Tribe__Customizer->get_section_url() for the current section.
Return
(string) The URL to the TEC Customizer section.
Source
File: src/Tribe/Customizer/Section.php
public function get_section_url() {
return tribe( 'customizer' )->get_section_url( $this->ID );
}
Changelog
| Version | Description |
|---|---|
| 4.14.0 | Introduced. |