is_visible_to_current_user() ) { return; } $current_post_id = get_the_ID(); $query = $playlist->get_posts_query( array( 'fields' => 'ids' ) ); $post_ids = $query->get_posts(); if ( $query->post_count <= 0 ) { return; } /** @var WP_Post */ $next_post = null; $found_current = false; foreach ( $post_ids as $post_id ) { if ( $current_post_id === $post_id ) { $found_current = true; continue; } elseif ( $found_current && current_user_can( VideoPressHQCaps::CAP_READ_VIDEO, $post_id ) ) { $next_post = get_post( $post_id ); if ( $next_post ) { break; } } } ?>
term->name ); ?>

ยท