| @@ -131,9 +131,9 @@ | ||
| 131 | 131 | /** |
| 132 | 132 | * Don't parse element if it's exclude |
| 133 | 133 | */ |
| 134 | 134 | |
| 135 | - if ( wplng_json_element_is_excluded( $json_decoded, $current_parents ) ) { | |
| 135 | + if ( wplng_json_element_is_excluded( $value, $current_parents ) ) { | |
| 136 | 136 | |
| 137 | 137 | if ( true === WPLNG_DEBUG_JSON ) { |
| 138 | 138 | |
| 139 | 139 | $debug = array( |