Skip to content

Commit

Permalink
Merge pull request #2638 from QuizandSurveyMaster/CU-86cujqj1x-condit…
Browse files Browse the repository at this point in the history
…ional-shortcode-and-slash-command

Cu 86cujqj1x conditional shortcode and slash command
  • Loading branch information
zubairraeen authored Sep 6, 2024
2 parents 75b9a67 + 4113339 commit d227ab0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions php/admin/options-page-results-page-tab.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ function qsm_options_results_tab_template(){
if ( ! class_exists('QSM_Extra_Shortcodes') ) {
$qsm_pop_up_arguments = array(
"id" => 'modal-extra-shortcodes',
"title" => __('Conditional Shortcode', 'quiz-master-next'),
"description" => __('Wondering how to setup resultpage content with QSM conditional shortcode. Easily use conditional shortcodes and make your result page with conditional content.', 'quiz-master-next'),
"title" => __('Extra Shortcode', 'quiz-master-next'),
"description" => __('Need dynamic content on your results pages? Our QSM conditional shortcode makes it easy. Create personalized experiences based on specific conditions or rules.', 'quiz-master-next'),
"chart_image" => plugins_url('', dirname(__FILE__)) . '/images/extra-shortcodes.png',
"information" => __('QSM Addon Bundle is the best way to get all our add-ons at a discount. Upgrade to save 95% today OR you can buy QSM Extra Shortodes Addon separately.', 'quiz-master-next'),
"buy_btn_text" => __('Buy QSM Extra Shortodes Addon', 'quiz-master-next'),
Expand All @@ -263,7 +263,7 @@ function qsm_options_results_tab_template(){
?>
<button type="button" class="button qsm-extra-shortcode-popup">
<span class="dashicons dashicons-shortcode"></span>
<?php esc_html_e('Conditional Shortcode', 'quiz-master-next'); ?>
<?php esc_html_e('Conditional Output', 'quiz-master-next'); ?>
</button>
<?php }
do_action( 'qsm_result_page_content_before', $quiz_id, $categories ); ?>
Expand Down

0 comments on commit d227ab0

Please sign in to comment.