8889841cPK ܲ[r:mؙ! ! admin-welcome-message.phpnu [
PK ܲ[|< tribe-options-network.phpnu [ 10, 'network_admin' => true, 'fields' => apply_filters( 'tribe_network_settings_tab_fields', [ 'info-start' => [ 'type' => 'html', 'html' => '' . esc_html__( 'This is where all of the global network settings for The Events Calendar can be modified.', 'tribe-common' ) . '
', ], 'info-end' => [ 'type' => 'html', 'html' => ''. esc_html__( 'Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?', 'the-events-calendar' )
],
'tec-add-ons-link' => [
'type' => 'html',
'html' => sprintf(
'
%2$s
' . esc_html__( 'If you’re enjoying The Events Calendar, give us kudos by including a link in the footer of calendar views. It really helps us a lot.', 'tribe-common' ) . '
', ], 'donate-link' => [ 'type' => 'checkbox_bool', 'label' => esc_html__( 'Show The Events Calendar link', 'the-event-calendar' ), 'default' => false, 'validation_type' => 'boolean', ], 'tec-links-donate-section-end' => [ 'type' => 'html', 'html' => '' . esc_html__( 'Here is the iCal feed URL for your events:', 'the-events-calendar' ) . ' ' . tribe_get_ical_link() . '
'
. sprintf(
__( 'The current URL for your events page is %1$s.
You cannot edit the slug for your events page as you do not have pretty permalinks enabled. In order to edit the slug here, enable pretty permalinks.', 'the-events-calendar' ),
sprintf (
'%2$s',
esc_url( $tec->getLink( 'home' ) ),
esc_url( $tec->getLink( 'home' ) )
),
esc_url( trailingslashit( get_admin_url() ) . 'options-permalink.php' )
)
. '
' . esc_html__( 'The slug used for building the events URL.', 'the-events-calendar' ) . ' ' . sprintf( esc_html__( 'Your current events URL is: %s', 'the-events-calendar' ), '' . urldecode( tribe_get_events_link() ) . '
' ) . '
' . sprintf( __( 'The above should ideally be plural, and this singular.
Your single event URL is: %s', 'the-events-calendar' ), '' . trailingslashit( home_url() ) . urldecode( tribe_get_option( 'singleEventSlug', 'event' ) ) . '/single-post-name/
' ) . '
' . __( 'Effortlessly fill your calendar with events from Meetup, Eventbrite, iCal, Google Calendar, and more.', 'the-events-calendar' ) . '
', 'conditional' => $is_missing_aggregator_license_key && ! $should_hide_upsell, ], 'tec-aggregator-infobox-link' => [ 'type' => 'html', 'html' => '' . __( 'Learn more.', 'the-events-calendar' ) . '', 'conditional' => $is_missing_aggregator_license_key && ! $should_hide_upsell, ], 'tec-aggregator-infobox-end' => [ 'type' => 'html', 'html' => '%2$s
. Read more.', 'the-events-calendar' ),
(int) EMPTY_TRASH_DAYS,
'EMPTY_TRASH_DAYS',
'https://evnt.is/1bcs'
);
}
// Add the "Maintenance" section.
$tec_events_general_maintenance = [
'tec-events-settings-general-maintenance-title' => [
'type' => 'html',
'html' => '', '', '', '
', ), ], 'tec-troubleshooting-infobox-end' => [ 'type' => 'html', 'html' => '
|
||||||||
|
' placeholder='example.com' /> | s) * * @param int $event->ID the event currently being edited, will be 0 if creating a new event * @param boolean */ do_action( 'tribe_events_url_table', $event->ID, true ); ?> |
' class='alignleft' /> | |
' class='alignleft' /> | |
' /> | |
s) * * @param int $event->ID the event currently being edited, will be 0 if creating a new event * @param boolean */ do_action( 'tribe_events_cost_table', $event->ID, true ); ?> |
s) * * @param int $event->ID the event currently being edited, will be 0 if creating a new event */ if ( Tribe__Events__Organizer::POSTTYPE === $linked_post_type ) { do_action( 'tribe_organizer_table_top', $event->ID ); } elseif ( Tribe__Events__Venue::POSTTYPE === $linked_post_type ) { do_action( 'tribe_location_table_top', $event->ID ); } do_action( 'tribe_linked_post_table_top', $event->ID, $linked_post_type ); ?> | render(); ?>
your calendar was automatically upgraded to the new designs.', 'the-events-calendar' ) ?>
Check out your calendar to see the improved designs live on your site. If you have a question or need help, %1$s or %2$s.', 'the-events-calendar' ), $link_one, $link_two ); ?>
' . esc_html__( 'You can make changes to imported events via The Events Calendar and see those changes reflected on your site’s calendar. The owner of the original event source (e.g. the iCalendar feed or Meetup group) might also make changes to their event. If you choose to re-import an altered event (manually or via a scheduled import), any changes made at the source or on your calendar will need to be addressed.', 'the-events-calendar' ) . '
', 'priority' => 1.2, ], 'tribe_aggregator_default_update_authority' => [ 'type' => 'radio', 'label' => esc_html__( 'Event Update Authority', 'the-events-calendar' ), 'validation_type' => 'options', 'default' => Tribe__Events__Aggregator__Settings::$default_update_authority, 'parent_option' => Tribe__Events__Main::OPTIONNAME, 'options' => [ 'overwrite' => __( 'Overwrite my event with any changes from the original source.', 'the-events-calendar' ), 'retain' => __( 'Do not re-import events. Changes made locally will be preserved.', 'the-events-calendar' ), 'preserve_changes' => __( 'Import events but preserve local changes to event fields.', 'the-events-calendar' ), ], 'priority' => 1.3, ], ]; $csv = [ 'csv-defaults' => [ 'type' => 'html', 'html' => '' . sprintf( esc_html__( 'To import Meetup events, please be sure to add your Meetup API key on %1$sEvents > Settings > Integrations%2$s', 'the-events-calendar' ), '', '' ). '
', 'priority' => 40.2, ], 'tribe_aggregator_default_meetup_post_status' => [ 'type' => 'dropdown', 'label' => esc_html__( 'Default Status', 'the-events-calendar' ), 'tooltip' => esc_html__( 'The default post status for events imported via Meetup', 'the-events-calendar' ), 'size' => 'medium', 'validation_type' => 'options', 'default' => '', 'can_be_empty' => true, 'parent_option' => Tribe__Events__Main::OPTIONNAME, 'options' => $origin_post_statuses, 'priority' => 40.3, ], 'tribe_aggregator_default_meetup_category' => [ 'type' => 'dropdown', 'label' => esc_html__( 'Default Event Category', 'the-events-calendar' ), 'tooltip' => esc_html__( 'The default event category for events imported via Meetup', 'the-events-calendar' ), 'size' => 'medium', 'validation_type' => 'options', 'default' => '', 'can_be_empty' => true, 'parent_option' => Tribe__Events__Main::OPTIONNAME, 'options' => $origin_categories, 'priority' => 40.4, ], 'tribe_aggregator_default_meetup_show_map' => [ 'type' => 'dropdown', 'label' => esc_html__( 'Show Map', 'the-events-calendar' ), 'tooltip' => esc_html__( 'Show map by default on imported event and venues', 'the-events-calendar' ), 'size' => 'medium', 'validation_type' => 'options', 'default' => '', 'can_be_empty' => true, 'parent_option' => Tribe__Events__Main::OPTIONNAME, 'options' => $origin_show_map_options, 'priority' => 40.5, ], ]; $url = [ 'url-defaults' => [ 'type' => 'html', 'html' => 'settings()->get_url( [ 'page' => 'tec-troubleshooting' ] ) ) . '#tribe-events-admin__ea-status">' . esc_html__( 'Troubleshooting Page', 'the-events-calendar' ) . '' ); ?>
' . $import_instructions . '
', ], 'import-box-end' => [ 'type' => 'html', 'html' => 'is_service_active() ) { $message = __( 'If this event is re-imported, event fields will be overwritten with any changes from the source.', 'the-events-calendar' ); } echo esc_html( $message ); // CSVs can be imported when EA isn't active, so only mention the Event Authority when appropriate. if ( 'CSV File' !== $origin || tribe( 'events-aggregator.main' )->is_service_active() ) : ?>
PK ܲ[dUm m aggregator/tabs/new.phpnu [ is_service_active(); $hide_upsell = tec_should_hide_upsell(); if ( 'edit' === $aggregator_action ) { $default_post_status = get_post_meta( $record->post->ID, Tribe__Events__Aggregator__Record__Abstract::$meta_key_prefix . 'post_status', true ); $default_category = get_post_meta( $record->post->ID, Tribe__Events__Aggregator__Record__Abstract::$meta_key_prefix . 'category', true ); } // Set up the generic default post statuses and category. $default_post_status = empty( $default_post_status ) ? tribe_get_option( 'tribe_aggregator_default_post_status', 'draft' ) : $default_post_status; $default_category = empty( $default_category ) ? tribe_get_option( 'tribe_aggregator_default_category', '' ) : $default_category; $post_statuses = get_post_statuses(); // Ensure the "(do not override)" status is set up for Eventbrite imports, and "Published" is removed. $do_not_override_status = [ 'do_not_override' => esc_html__( '(do not override)', 'the-events-calendar' ) ]; $eventbrite_post_statuses = $do_not_override_status + $post_statuses; unset( $eventbrite_post_statuses['publish'] ); $category_placeholder = esc_attr__( 'No Additional Categories', 'the-events-calendar' ); $category_dropdown = wp_dropdown_categories( [ 'echo' => false, 'name' => 'aggregator[category]', 'id' => 'tribe-ea-field-category', 'hide_empty' => false, 'class' => 'tribe-ea-field tribe-ea-dropdown tribe-ea-size-large', 'orderby' => 'post_title', 'taxonomy' => Tribe__Events__Main::TAXONOMY, ] ); $category_dropdown = preg_replace( '!\