support.php 2.48 KB
<?php

// If this file is called directly, abort.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
?>

<div class="vczapi-settings-admin-wrap vczapi-settings-admin-support">
    <div class="vczapi-settings-admin-support-bg red">
        <h3>Need more features ?</h3>
        <p>If you need more features for Video Conferencing with Zoom extension then
            <a href="<?php echo admin_url( 'edit.php?post_type=zoom-meetings&page=zoom-video-conferencing-addons' ); ?>">Check out</a> the addons here to download.
    </div>

    <div class="vczapi-settings-admin-support-bg">
        <p>Support for this plugin is free! If you encounter any issues or have any queries please use the
            <a href="https://wordpress.org/support/plugin/video-conferencing-with-zoom-api/" target="_blank">support forums</a> or
            <a href="https://www.imdpen.com/contact" target="_blank">send a support mail</a>. I will reply to you at the earliest possible.
        </p>
        <p>If you are planning to do something creative with Video conferencing with Zoom, you might want to
            <a href="https://www.imdpen.com/contact" target="_blank">hire a freelance developer</a> to assist you.</p>
    </div>

    <div class="vczapi-settings-admin-support-bg">
        <h3>Premium Support Ticket for premium users</h3>
        <p>Create a ticket or view if your queries are already answered in <a href="https://www.codemanas.com/forums/">Support forum</a>. </p>
        <p>Check <a href="https://www.codemanas.com/">site</a> for recent change logs and updates.</p>
    </div>

    <div class="vczapi-settings-admin-support-bg">
        <h3>Rate This Plugin</h3>
        <p>I really appreciate if you can spare a minute to
            <a href="https://wordpress.org/support/plugin/video-conferencing-with-zoom-api/reviews/?filter=5" target="_blank">rate the plugin.</a></p>
    </div>

    <div class="vczapi-settings-admin-support-bg">
        <h3>Support This Plugin</h3>
        <p>If you are using and benefiting from this plugin and wish to show your support, you can buy me a
            <a href="https://www.paypal.com/donate?hosted_button_id=2UCQKR868M9WE" target="_blank">coffee</a> you should know that I greatly appreciate this gesture. Every little bit helps!
        </p>
    </div>

    <div class="vczapi-settings-admin-support-bg">
        <h3>Developer</h3>
        <p>Feel free to reach me from
            <a href="https://www.imdpen.com/contact" target="_blank">Here</a>, if you have any questions or queries.</p>
    </div>
</div>