| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | namespace Elementor\App\Modules\ImportExport; |
| 4 | 4 | |
| 5 | 5 | use Elementor\Core\Utils\Str; |
| 6 | 6 | use Elementor\Modules\LandingPages\Module as Landing_Pages_Module; |
| 7 | -use Elementor\Modules\FloatingButtons\Module as Floating_Buttons_Module; | |
| 7 | +use Elementor\Modules\ConversionCenter\Module as Conversion_Center_Module; | |
| 8 | 8 | use Elementor\TemplateLibrary\Source_Local; |
| 9 | 9 | use Elementor\Utils as ElementorUtils; |
| 10 | 10 | |
| 11 | 11 | class Utils { |
| @@ -80,9 +80,9 @@ | ||
| 80 | 80 | |
| 81 | 81 | unset( |
| 82 | 82 | $post_types[ Landing_Pages_Module::CPT ], |
| 83 | 83 | $post_types[ Source_Local::CPT ], |
| 84 | - $post_types[ Floating_Buttons_Module::CPT_FLOATING_BUTTONS ] | |
| 84 | + $post_types[ Conversion_Center_Module::CPT_LINKS_PAGES ] | |
| 85 | 85 | ); |
| 86 | 86 | |
| 87 | 87 | return array_keys( $post_types ); |
| 88 | 88 | } |