tribe_events_community_tickets_not_php_version_plugin_name( array $names )
Include the plugin name into the correct place
Topics
Parameters #
- $names
-
(array) (Required) current list of names
Return #
(array)
Source #
File: events-community-tickets.php
function tribe_events_community_tickets_not_php_version_plugin_name( $names ) { $names['tribe-events-community-tickets'] = esc_html__( 'Community Events Tickets', 'tribe-events-community-tickets' ); return $names; }
Changelog #
Version | Description |
---|---|
4.6 | Introduced. |