small fix
-
hi
you might consider changing the line below to match usr settings and stop php warnings in debug.log
includes/epvc-misc-functions.php//if( in_array( $post->post_type, array_keys($post_types) ) ){
if( $post && isset($post_types[$post->post_type]) && $post_types[$post->post_type] === ‘yes’ ){
good for wp 6.8.3 and later
The topic ‘small fix’ is closed to new replies.