Undefined index: ps_right_now
-
Hi,
I love your plugin!
However, in my site’s debug.log file I see the following error:
Undefined index: ps_right_now in /wp-content/plugins/post-status-menu-items/cms_post_status_menu.php on line 296
I assume that isset() should be added to this condition:
if( $ps_options['ps_right_now'] )
As so:
if( isset($ps_options['ps_right_now']) && $ps_options['ps_right_now'] )
Could that be done?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Undefined index: ps_right_now’ is closed to new replies.