PluginProbe
GamiPress – Gamification plugin to reward points, badges & ranks in WordPress, now with AI / 8.0.3
GamiPress – Gamification plugin to reward points, badges & ranks in WordPress, now with AI v8.0.3
8.0.4 8.0.3 8.0.1 8.0.2 8.0.0 7.9.9.7 7.9.9.6 7.9.9.5 7.9.9.4 7.9.9.3 7.9.9.2 7.9.9.1 7.9.9 7.9.8 7.9.7 7.9.6 7.9.5 7.9.4 7.9.3 7.9.2 7.9.1 7.9.0 7.8.9 7.8.8 7.8.7 All 46 releases
← All changes | integrations/brizy/includes/requirements.php +6 -0 7.9.8 → 8.0.3 View file →
@@ -81,8 +81,14 @@
81 81 * @param $requirement
82 82 */
83 83 function gamipress_brizy_ajax_update_requirement( $requirement_id, $requirement ) {
84 84
85 + $requirement = wp_parse_args( $requirement, array(
86 + 'brizy_form' => '',
87 + 'brizy_field_name' => '',
88 + 'brizy_field_value' => '',
89 + ) );
90 +
85 91 if( isset( $requirement['trigger_type'] )
86 92 && ( $requirement['trigger_type'] === 'gamipress_brizy_specific_new_form_submission'
87 93 || $requirement['trigger_type'] === 'gamipress_brizy_specific_field_value_submission' ) ) {
88 94