10+
May 21, 2026
February 8, 2019
This plugin is used for connect your FreshDesk account in your wordpress site. You can easily to get your FreshDesk FAQs and Ticket, And also create a new ticket in your FreshDesk account directly using this plugin, And also check your ticket conversation.
FreshDesk Terms of Service
https://www.freshworks.com/terms/
Place this shortcode in page, post or text widget where you’d like to display Data.
[freshdesk-create-ticket]
[get_all_ticket]
[freshdesk-faq]
Place this shortcode in any template parts of your theme.
<?php echo do_shortcode('[freshdesk-create-ticket]'); ?>
<?php echo do_shortcode('[get_all_ticket]'); ?>
<?php echo do_shortcode('[freshdesk-faq]'); ?>
No installation instructions provided.
Contact us at https://www.hikebranding.com/
Tested up to latest version.
Tested up to latest version and bug fixed.
WordPress 7.0 / PHP 8.x compatibility; replaced removed FILTER_SANITIZE_STRING, added AJAX nonces, prepared all SQL, escaped all output.