PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 3.1.0
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v3.1.0
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 | admin/class-convertkit-admin-restrict-content.php +0 -5 3.3.63.1.0 View file →
@@ -240,13 +240,8 @@
240 240 if ( ! $settings->has_access_and_refresh_token() ) {
241 241 return $buttons;
242 242 }
243 243
244 - // If the Add New Landing Page / Member Content button is disabled, don't output the button.
245 - if ( $settings->add_new_button_disabled() ) {
246 - return $buttons;
247 - }
248 -
249 244 // Bail if the Post Type isn't supported.
250 245 if ( ! in_array( $post_type, convertkit_get_supported_post_types(), true ) ) {
251 246 return $buttons;
252 247 }