Undefined index: rewrite_withfront
-
This fixed this bug, however the line was at 100 now, not 94.
For the error on line 94, I’ve substitute the code:
$cpt_rewrite_withfront = ( !$cpt_post_type[“rewrite_withfront”] ) ? esc_html($cpt_post_type[“rewrite_withfront”]) : true;
with the code:
$cpt_rewrite_withfront = !empty($cpt_post_type[“rewrite_withfront”]) ? esc_html($cpt_post_type[“rewrite_withfront”]) : true;
Will this fix be submitted to github?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Undefined index: rewrite_withfront’ is closed to new replies.