tec_tickets_wallet_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) List of names after adding Events Virtual.


Top ↑

Source

File: event-tickets-wallet-plus.php

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

Top ↑

Changelog

Changelog
Version Description
1.0 Introduced.