File "support.php"
Full Path: /home/jlklyejr/public_html/wp-content-20241030122153/plugins/meta-box/inc/about/sections/support.php
File size: 1.69 KB
MIME-type: text/x-php
Charset: utf-8
<?php defined( 'ABSPATH' ) || die ?>
<div id="support" class="gt-tab-pane">
<p class="about-description">
<?php
$allowed_html = [
'a' => [
'href' => [],
],
];
// Translators: %s - link to documentation.
echo wp_kses( sprintf( __( 'Still need help with Meta Box? We offer excellent support for you. But don\'t forget to check our <a href="%s">documentation</a> first.', 'meta-box' ), 'https://docs.metabox.io?utm_source=dashboard&utm_medium=link&utm_campaign=meta_box' ), $allowed_html );
?>
</p>
<div class="two">
<div class="col">
<h3><?php esc_html_e( 'Free Support', 'meta-box' ); ?></h3>
<p><?php esc_html_e( 'If you have any question about how to use the plugin, please open a new topic on WordPress.org support forum or open a new issue on Github (preferable). We will try to answer as soon as we can.', 'meta-box' ); ?><p>
<p><a class="button" target="_blank" href="https://github.com/wpmetabox/meta-box/issues"><?php esc_html_e( 'Go to Github', 'meta-box' ); ?> →</a></p>
<p><a class="button" target="_blank" href="https://wordpress.org/support/plugin/meta-box"><?php esc_html_e( 'Go to WordPress.org', 'meta-box' ); ?> →</a></p>
</div>
<div class="col">
<h3><?php esc_html_e( 'Premium Support', 'meta-box' ); ?></h3>
<p><?php esc_html_e( 'For users that have bought premium extensions, the support is provided in the Meta Box Support forum. Any question will be answered with technical details within 24 hours.', 'meta-box' ); ?><p>
<p><a class="button" target="_blank" href="https://support.metabox.io/?utm_source=dashboard&utm_medium=link&utm_campaign=meta_box"><?php esc_html_e( 'Go to support forum', 'meta-box' ); ?> →</a></p>
</div>
</div>
</div>