Event_Single_Static::get_css_wrapper_selector()

Modify the CSS wrapper selector.


Return

(string)


Top ↑

Source

File: src/Events/Integrations/Plugins/Elementor/Template/Documents/Event_Single_Static.php

	public function get_css_wrapper_selector() {
		return 'body.elementor-tec-events-single-' . $this->get_main_id();
	}

Top ↑

Changelog

Changelog
Version Description
6.4.0 Introduced.