Page::render()
Renders the page with calendar manager.
Return
(string)
Source
File: src/Tribe/Admin/Manager/Page.php
public function render() {
add_action( 'tribe_events_pro_shortcode_toggle_view_hooks', [ tribe( Shortcode::class ), 'toggle_shortcode_hooks' ] );
return $this->get_template()->template( 'manager/page', $this->get_page_arguments() );
}
Changelog
| Version | Description |
|---|---|
| 5.9.0 | Introduced. |