0 ) { $post_link = get_permalink( $post_id ); } } if ( $post_link ) { Response::redirect( $post_link ); } else { Response::redirect( Helper::build_url( array( 'page' => 'ari-stream-quiz-quizzes', 'msg' => __( 'Preview is not available for the selected quiz', 'ari-stream-quiz' ), 'msg_type' => ARISTREAMQUIZ_MESSAGETYPE_WARNING, ) ) ); } } }