This commit is contained in:
2026-05-05 23:42:14 +02:00
parent bafd54b295
commit 53e1bb2fd3
2 changed files with 2 additions and 2 deletions

View File

@@ -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 = '';