output_checkbox(); } /** * Echoes a MailChimp for WordPress form * * @ignore * @deprecated 3.0 * @use mc4wp_show_form() * * @param int $id * @param array $attributes * * @return string * */ function mc4wp_form( $id = 0, $attributes = array() ) { _deprecated_function( __FUNCTION__, 'MailChimp for WordPress v3.0', 'mc4wp_show_form' ); return mc4wp_show_form( $id, $attributes ); } /** * @deprecated 4.1.12 * @return string */ function mc4wp_get_current_url() { return $mc4wp_get_current_url(); }