$properties ) { // Register shortcode. add_shortcode( 'convertkit_' . $shortcode, array( $properties['render_callback'][0], $properties['render_callback'][1], ) ); // For the Form shortcode, register the [convertkit] shortcode for backward compatibility. if ( $shortcode === 'form' ) { add_shortcode( 'convertkit', array( $properties['render_callback'][0], $properties['render_callback'][1], ) ); } } } }