Tribe__Customizer::get_panel_url()
Returns a URL to the TEC Customizer panel.
Return
(string) The URL to the TEC Customizer panel.
Source
File: src/Tribe/Customizer.php
public function get_panel_url() {
$query['autofocus[panel]'] = 'tribe_customizer';
return add_query_arg( $query, admin_url( 'customize.php' ) );
}
Changelog
| Version | Description |
|---|---|
| 4.14.0 | Introduced. |