HEX
Server: LiteSpeed
System: Linux premium140.web-hosting.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
User: ukqcurpj (1011)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/ukqcurpj/www/wp-content/plugins/paid-memberships-pro/adminpages/metaboxes/upcoming-events.php
<?php
/**
 * Paid Memberships Pro Upcoming Events Meta Box
 *
 * @package PaidMembershipsPro
 * @subpackage AdminPages
 * @since 3.5
 */
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

function pmpro_dashboard_events_callback() { ?>
	<p><?php esc_html_e( 'Join us for a masterclass, open office hours, or virtual Q&A session to get help building and growing your membership business.', 'paid-memberships-pro' ); ?></p>
	<p><span class="dashicons dashicons-external"></span> <a href="https://www.paidmembershipspro.com/live/?utm_source=plugin&utm_medium=pmpro-dashboard&utm_campaign=slack&utm_content=events" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'View the Event Calendar', 'paid-memberships-pro' ); ?></a></p>
	<?php
}