File: C:/Apache24/htdocs/wp-content/themes/page-builder-framework/inc/settings/metaboxes/community.php
<?php
/**
* Metabox template for displaying community link.
*
* @package Page Builder Framework
*/
defined( 'ABSPATH' ) || die( "Can't access directly" );
?>
<div class="heatbox wpbf-community-metabox">
<h2><?php _e( 'Join the Community', 'page-builder-framework' ); ?></h2>
<div class="heatbox-content">
<p>
<?php _e( 'Join the community and meet 1500+ Page Builder Framework users in our Facebook group.', 'page-builder-framework' ); ?>
</p>
<a href="https://www.facebook.com/groups/wpagebuilderframework/" target="_blank" class="button">
<?php _e( 'Join the Community', 'page-builder-framework' ); ?>
</a>
</div>
</div>