t
This commit is contained in:
@@ -155,6 +155,7 @@ add_action('admin_post_nopriv_go_form_submit', 'go_form_handle_submission');
|
||||
|
||||
// ========== Shortcode ==========
|
||||
function go_form_shortcode($atts) {
|
||||
global $ranks;
|
||||
$form_id = intval(shortcode_atts(['id' => 1], $atts)['id']);
|
||||
|
||||
$msg = '';
|
||||
|
||||
Reference in New Issue
Block a user