PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 3.4.4
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v3.4.4
3.4.4 3.4.3 3.4.2 3.4.1 3.4.0 3.3.9 3.3.8 3.3.7 3.3.6 3.3.5 3.3.4 3.3.3 3.3.2 3.3.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 All 197 releases
← All changes | includes/integrations/contactform7/class-convertkit-contactform7-settings.php +3 -3 2.2.8 → 3.4.4 View file →
@@ -77,16 +77,16 @@
77 77
78 78 }
79 79
80 80 /**
81 - * Returns the ConvertKit Form ID that is mapped against the given Contact Form 7 Form ID.
81 + * Returns the ConvertKit subscription setting for the given Contact Form 7 Form ID.
82 82 *
83 83 * @since 1.9.6
84 84 *
85 85 * @param int $cf7_form_id Contact Form 7 Form ID.
86 - * @return bool|int
86 + * @return bool|string|int
87 87 */
88 - public function get_convertkit_form_id_by_cf7_form_id( $cf7_form_id ) {
88 + public function get_convertkit_subscribe_setting_by_cf7_form_id( $cf7_form_id ) {
89 89
90 90 // Bail if no settings exist.
91 91 if ( ! $this->has_settings() ) {
92 92 return false;