' . __( 'Please login to manage your invite codes.', 'all-in-one-invite-codes' ) . '
'; wp_login_form(); return; } // Add the js in the shortcode so we can use this more easy as Block in a later process. ?> get_current_user_id(), 'posts_per_page' => - 1, 'post_type' => 'tk_invite_codes', //you can use also 'any' ); $the_query = new WP_Query( $args ); if ( $the_query->have_posts() ) : echo '' . __( 'Invite was sent to: ', 'all_in_one_invite_codes' ) . $email . '
'; } echo '