Skip to content

Commit

Permalink
Merge pull request #2630 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 5, 2024
2 parents c2e1dd9 + 084556f commit 28f8613
Show file tree
Hide file tree
Showing 2 changed files 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,7 +250,7 @@ function qsm_options_results_tab_template(){
if ( ! class_exists('QSM_Extra_Shortcodes') ) {
$qsm_pop_up_arguments = array(
"id" => 'modal-extra-shortcodes',
"title" => __('QSM Shortcode', 'quiz-master-next'),
"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'),
"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'),
Expand All @@ -262,8 +262,8 @@ function qsm_options_results_tab_template(){
qsm_admin_upgrade_popup($qsm_pop_up_arguments);
?>
<button type="button" class="button qsm-extra-shortcode-popup">
<span class=" dashicons dashicons-shortcode"></span>
<?php esc_html_e('Pro Shortcode', 'quiz-master-next'); ?>
<span class="dashicons dashicons-shortcode"></span>
<?php esc_html_e('Conditional Shortcode', 'quiz-master-next'); ?>
</button>
<?php }
do_action( 'qsm_result_page_content_before', $quiz_id, $categories ); ?>
Expand Down
Binary file added php/images/extra-shortcodes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 28f8613

Please sign in to comment.