> head->the_viewport(); ?> settings->get( 'space_head' ) ); // phpcs:ignore WordPress.Security.EscapeOutput ?> >
post_content; $args = [ 'form_post_id' => $form_id, 'use_content' => true, ]; // Post has draft state. } elseif ( isset( $_GET['p'] ) ) { $form_id = sanitize_text_field( wp_unslash( $_GET['p'] ) ); $args = [ 'form_post_id' => $form_id, ]; } // Call Fusion Form shortcode directly. $shortcode_content = call_user_func( $shortcode_tags['fusion_form'], $args, $content ); ?>
>