tribe_tickets_plus_not_php_version_plugin_name( array $names )

Include the plugin name into the correct place.


Parameters

$names

(array) (Required) current list of names


Top ↑

Return

(array)


Top ↑

Source

File: event-tickets-plus.php

	function tribe_tickets_plus_not_php_version_plugin_name( $names ) {
		$names['event-tickets-plus'] = esc_html__( 'Event Tickets Plus', 'event-tickets-plus' );
		return $names;
	}

Top ↑

Changelog

Changelog
Version Description
4.10 Introduced.