PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 3.4.3
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v3.4.3
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 2.3.1 All 196 releases
← All changes | admin/section/class-convertkit-admin-section-broadcasts.php +2 -2 3.3.93.4.3 View file →
@@ -27,10 +27,10 @@
27 27 // Define the settings key.
28 28 $this->settings_key = $this->settings::SETTINGS_NAME;
29 29
30 30 // Define the programmatic name, Title and Tab Text.
31 - $this->name = 'broadcasts';
32 - $this->title = __( 'Broadcasts', 'convertkit' );
31 + $this->name = $this->settings->get_name();
32 + $this->title = $this->settings->get_title();
33 33 $this->tab_text = __( 'Broadcasts', 'convertkit' );
34 34
35 35 // Identify that this is beta functionality.
36 36 $this->is_beta = true;