| @@ -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 | } |