Event_Single_Static::get_add_new_title()

The document add new title.


Return

(string)


Top ↑

Source

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

	public static function get_add_new_title() {
		return esc_html__( 'Add New Single Event Template', 'elementor' );
	}

Top ↑

Changelog

Changelog
Version Description
6.4.0 Introduced.