Great Look, Great fuctionality, but too many notices in code
-
So, some of them:
Notice: Undefined index: post_type in /home/.../wp-content/plugins/smart-faq/smart-faq.php on line 143
Use following:
if ( isset( $_POST['post_type'] ) && 'smart_faq' == $_POST['post_type'] )
Uet another:
Notice: Undefined variable: paged in /home/.../wp-content/plugins/smart-faq/smart-faq.php on line 97
'paged' => $paged
$paged
is not defined!Test your plugin with enabled WP_DEBUG!
Good luck! Great plugin anyway!
- The topic ‘Great Look, Great fuctionality, but too many notices in code’ is closed to new replies.