Tribe__Tickets__Editor__Meta::get_ghost_meta_fields()

Get ghost meta fields that we don’t actually store/update/delete.


Return

(array) List of ghost meta fields.


Top ↑

Source

File: src/Tribe/Editor/Meta.php

	public function get_ghost_meta_fields() {
		return [
			'_tribe_tickets_list',
			'_tribe_ticket_going_count',
			'_tribe_ticket_not_going_count',
			'_tribe_ticket_has_attendee_info_fields',
		];
	}

Top ↑

Changelog

Changelog
Version Description
4.10.11.1 Introduced.