Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Cicini authored Aug 16, 2023
1 parent c0d5c3f commit bdd5dda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
* Plugin URI: https://github.com/cicini/encrypted-hdquiz
* Author: Cicini (Original Version: Harmonic Design)
* Author URI: https://github.com/cicini
* Version: 2023.07.29
* Version: 2023.08.16
*/

if (!defined('ABSPATH')) {
die('Invalid request.');
}

if (!defined('HDQ_PLUGIN_VERSION')) {
define('HDQ_PLUGIN_VERSION', '2023.07.29');
define('HDQ_PLUGIN_VERSION', '2023.08.16');
}

// custom quiz image sizes
Expand Down Expand Up @@ -318,4 +318,4 @@ function hdq_get_result_text()
die();
}
add_action('wp_ajax_hdq_get_result_text', 'hdq_get_result_text');
add_action('wp_ajax_nopriv_hdq_get_result_text', 'hdq_get_result_text');
add_action('wp_ajax_nopriv_hdq_get_result_text', 'hdq_get_result_text');

0 comments on commit bdd5dda

Please sign in to comment.