V 2.1.1 bug: PHP Notice: Undefined variable: type
-
PHP Notice: Undefined variable: type in /wp-content/plugins/gdpr/templates/privacy-preferences-modal.php on line 87
Looks like you have a typo.
87 should be
<span><?php echo wp_kses( $gdpr_type['description'], $args['allowed_html'] ); ?></span>
not
<span><?php echo wp_kses( $type['description'], $args['allowed_html'] ); ?></span>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘V 2.1.1 bug: PHP Notice: Undefined variable: type’ is closed to new replies.