Notice: Undefined offset: 2
-
Add @ before $args[2] on line 506:
if ( current_user_can( 'edit_post', @$args[2] ) ...
- The topic ‘Notice: Undefined offset: 2’ is closed to new replies.
Add @ before $args[2] on line 506:
if ( current_user_can( 'edit_post', @$args[2] ) ...