is_protected_content( $post_id ); $icon_class = $is_protected ? 'dashicons-lock' : 'dashicons-unlock'; $color_class = $is_protected ? 'ppw_protected_color' : 'ppw_unprotected_color'; $status = $is_protected ? 'protected' : 'unprotected'; $post = get_post( $post_id ); ?>