theme-options.php throwing error on update
-
The following line (531) is throwing an error in my install:
$input['responsive_inline_css_js_footer'] = wp_kses_stripslashes($input['responsive_inline_css_js_footer']);If I add the following before that line then it resolves the issue.
if( !array_key_exists( 'responsive_inline_css_js_footer', $input ) ) $input['responsive_inline_css_js_footer'] = '';
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘theme-options.php throwing error on update’ is closed to new replies.
