Undefined index
-
Notice: Undefined index: post_status in /Users/lukerollans/www/site/wp-content/plugins/featured-post/featured-post.php on line 190Line 190 of featured-post.php should be changed to
if (is_admin() && isset( $_GET['post_status'] ) && $_GET['post_status'] == 'featured') {Screws up AJAX requests etc.
Is this plugin on GitHub? Happy to submit a pull request
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Undefined index’ is closed to new replies.