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/get-involved.php
<?php
/**
 * Paid Memberships Pro Get Involved Meta Box
 *
 * @package PaidMembershipsPro
 * @subpackage AdminPages
 * @since 3.5
 */
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

function pmpro_dashboard_get_involved_callback() { ?>
	<p><?php esc_html_e( 'Join the PMPro Slack community to connect with other PMPro users and developers.', 'paid-memberships-pro' ); ?></p>
	<p><span class="dashicons dashicons-external"></span> <a href="https://www.paidmembershipspro.com/slack/?utm_source=plugin&utm_medium=pmpro-dashboard&utm_campaign=slack&utm_content=join-community" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Join the Community', 'paid-memberships-pro' ); ?></a></p>
	<?php
}