';
}
/**
* Render Thrive Footer Markup
*
* @return void
*/
public function render_thrive_footer() {
echo '
container = $container; $this->database = $this->container->get( Database::class ); $this->views = $this->container->get( Views::class ); } public function init() { $this->is_fse_theme = $this->is_fse_theme(); if ( $this->is_fse_theme ) { // @todo: for FSE theme } if ( ! $this->is_fse_theme ) { add_filter( 'archive_template', [$this, 'archive_template'] ); add_filter( 'single_template', [$this, 'single_template'] ); } } /** * Render Thrive Header Markup * * @return void */ public function render_thrive_header() { echo '