Undefinded index error by empty url
-
Hi,
on a fresh installation I’m getting the error ‘Undefinded index: post_type in …. on line 199I solved this problem to change the line to:
if ( isset( $_POST[‘post_type’] ) && ‘kwlogos’ == $_POST[‘post_type’] ) {
- The topic ‘Undefinded index error by empty url’ is closed to new replies.