Tribe__Tickets__Attendee_Registration__Template::get_page_title()

Return the Attendee Registration page title


Return

(string)


Top ↑

Source

File: src/Tribe/Attendee_Registration/Template.php

	public function get_page_title() {
		/**
		 * `tribe_tickets_attendee_registration_page_title`
		 * Filters the attendee registration page title
		 *
		 * @param string the "Attendee Registration" title
		 */
		return apply_filters( 'tribe_tickets_attendee_registration_page_title', esc_html__( 'Attendee Registration', 'event-tickets' ) );
	}

Top ↑

Changelog

Changelog
Version Description
4.9 Introduced.