tec_tickets_wallet_plus_not_php_version_plugin_name( array $names )
Include the plugin name into the correct place.
Contents
Parameters
- $names
-
(array) (Required) current list of names.
Return
(array) List of names after adding Events Virtual.
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;
}
Changelog
| Version | Description |
|---|---|
| 1.0 | Introduced. |