PluginProbe ʕ •ᴥ•ʔ
Media Cleaner: Clean your WordPress! / 6.7.4
Media Cleaner: Clean your WordPress! v6.7.4
7.1.1 7.1.0 7.0.9 7.0.8 trunk 3.6.8 3.6.9 3.7.0 3.8.0 3.9.0 4.0.0 4.0.2 4.0.4 4.0.6 4.0.7 4.1.0 4.2.0 4.2.2 4.2.3 4.2.4 4.2.5 4.4.0 4.4.2 4.4.4 4.4.6 4.4.7 4.4.8 4.5.0 4.5.4 4.5.6 4.5.7 4.5.8 4.6.2 4.6.3 4.8.0 4.8.4 5.0.0 5.0.1 5.1.0 5.1.1 5.1.3 5.2.0 5.2.1 5.2.4 5.4.0 5.4.1 5.4.2 5.4.3 5.4.4 5.4.5 5.4.6 5.4.9 5.5.0 5.5.1 5.5.2 5.5.3 5.5.4 5.5.7 5.5.8 5.6.1 5.6.2 5.6.3 5.6.4 6.0.1 6.0.2 6.0.3 6.0.4 6.0.5 6.0.6 6.0.7 6.0.8 6.0.9 6.1.2 6.1.3 6.1.4 6.1.5 6.1.6 6.1.7 6.1.8 6.1.9 6.2.0 6.2.1 6.2.3 6.2.4 6.2.5 6.2.6 6.2.7 6.2.8 6.3.0 6.3.1 6.3.2 6.3.4 6.3.5 6.3.7 6.3.8 6.3.9 6.4.0 6.4.1 6.4.2 6.4.3 6.4.4 6.4.5 6.4.6 6.4.7 6.4.8 6.4.9 6.5.0 6.5.1 6.5.2 6.5.3 6.5.4 6.5.5 6.5.6 6.5.7 6.5.8 6.5.9 6.6.1 6.6.2 6.6.3 6.6.4 6.6.5 6.6.6 6.6.7 6.6.8 6.6.9 6.7.0 6.7.1 6.7.2 6.7.3 6.7.4 6.7.5 6.7.6 6.7.7 6.7.8 6.7.9 6.8.0 6.8.1 6.8.2 6.8.3 6.8.4 6.8.5 6.8.6 6.8.7 6.8.8 6.8.9 6.9.0 6.9.1 6.9.2 6.9.3 6.9.4 6.9.5 6.9.6 6.9.7 6.9.8 6.9.9 7.0.0 7.0.1 7.0.2 7.0.3 7.0.4 7.0.5 7.0.6 7.0.7
media-cleaner / classes / support.php
media-cleaner / classes Last commit date
parsers 3 years ago admin.php 2 years ago core.php 2 years ago engine.php 2 years ago init.php 2 years ago parsers.php 5 years ago rest.php 2 years ago support.php 2 years ago ui.php 3 years ago
support.php
198 lines
1 <?php
2
3 class Meow_WPMC_Support {
4
5 static function get_issues() {
6 $unsupported = array();
7
8 if ( class_exists( 'ACF' ) || function_exists( 'acfw_globals' ) )
9 array_push( $unsupported, 'ACF' );
10
11 if ( function_exists( '_et_core_find_latest' ) )
12 array_push( $unsupported, 'Divi' );
13
14 if ( class_exists( 'Vc_Manager' ) )
15 array_push( $unsupported, 'Visual Composer' );
16
17 if ( function_exists( 'fusion_builder_map' ) )
18 array_push( $unsupported, 'Fusion Builder' );
19
20 if ( function_exists( 'elementor_load_plugin_textdomain' ) )
21 array_push( $unsupported, 'Elementor' );
22
23 if ( class_exists( 'FLBuilderModel' ) )
24 array_push( $unsupported, 'Beaver Builder' );
25
26 if ( class_exists( 'Oxygen_VSB_Dynamic_Shortcodes' ) )
27 array_push( $unsupported, 'Oxygen Builder' );
28
29 if ( class_exists( 'Brizy_Editor_Post' ) )
30 array_push( $unsupported, 'Brizy Editor' );
31
32 if ( function_exists( 'amd_zlrecipe_convert_to_recipe' ) )
33 array_push( $unsupported, 'ZipList Recipe' );
34
35 if ( class_exists( 'UberMenu' ) )
36 array_push( $unsupported, 'UberMenu' );
37
38 if ( class_exists( 'X_Bootstrap' ) )
39 array_push( $unsupported, 'Theme X' );
40
41 if ( class_exists( 'SiteOrigin_Panels' ) )
42 array_push( $unsupported, 'SiteOrigin PageBuilder' );
43
44 if ( defined( 'TASTY_PINS_PLUGIN_FILE' ) )
45 array_push( $unsupported, 'Tasty Pins' );
46
47 if ( class_exists( 'WCFMmp' ) )
48 array_push( $unsupported, 'WCFM Marketplace' );
49
50 if ( class_exists( 'RevSliderFront' ) )
51 array_push( $unsupported, 'Revolution Slider' );
52
53 if ( defined( 'WPESTATE_PLUGIN_URL' ) )
54 array_push( $unsupported, 'WP Residence' );
55
56 if ( defined( 'AV_FRAMEWORK_VERSION' ) )
57 array_push( $unsupported, 'Avia Framework' );
58
59 if ( class_exists( 'FAT_Portfolio' ) )
60 array_push( $unsupported, 'FAT Portfolio' );
61
62 if ( class_exists( 'YIKES_Custom_Product_Tabs' ) )
63 array_push( $unsupported, 'Yikes Custom Product Tabs' );
64
65 if ( function_exists( 'drts' ) )
66 array_push( $unsupported, 'Directories' );
67
68 if ( class_exists( 'ImageMapPro' ) )
69 array_push( $unsupported, 'Image Map Pro' );
70
71 if ( class_exists( 'YOOtheme\Builder\Wordpress\BuilderListener' ) ) {
72 array_push( $unsupported, 'YooTheme Builder' );
73 }
74
75 if ( class_exists( 'geodirectory' ) ) {
76 array_push( $unsupported, 'GeoDirectory' );
77 }
78
79 if ( class_exists( 'JustifiedImageGrid' ) ) {
80 array_push( $unsupported, 'Justified Image Grid' );
81 }
82
83 if ( class_exists( 'Advanced_Ads' ) ) {
84 array_push( $unsupported, 'Advanced Ads' );
85 }
86
87 if ( function_exists( 'smart_slider_3_plugins_loaded' ) ) {
88 array_push( $unsupported, 'Smart Slider' );
89 }
90
91 if ( class_exists( 'w2dc_plugin' ) ) {
92 array_push( $unsupported, 'WebDirectory' );
93 }
94
95 if ( class_exists( 'ElfsightSliderPlugin' ) ) {
96 array_push( $unsupported, 'Elfsight Slider' );
97 }
98
99 if ( class_exists( '\Nimble\CZR_Fmk_Base' ) ) {
100 array_push( $unsupported, 'Nimble Builder' );
101 }
102
103 if ( class_exists( 'fwds3dcar' ) ) {
104 array_push( $unsupported, 'Simple 3D Carousel' );
105 }
106
107 if ( class_exists( 'Jet_Engine' ) ) {
108 array_push( $unsupported, 'Jet Engine' );
109 }
110
111 if ( class_exists( 'Social_Warfare' ) ) {
112 array_push( $unsupported, 'Social Warfare' );
113 }
114
115 if ( class_exists( 'WP_Job_Manager' ) ) {
116 array_push( $unsupported, 'WP Job Manager' );
117 }
118
119 if ( class_exists( 'WpdiscuzCore' ) ) {
120 array_push( $unsupported, 'wpDiscuz' );
121 }
122
123 if ( class_exists( 'Cornerstone_Plugin' ) ) {
124 array_push( $unsupported, 'Cornerstone' );
125 }
126
127 if ( class_exists( 'WP_DLM' ) ) {
128 array_push( $unsupported, 'Download Monitor' );
129 }
130
131 if ( class_exists( 'CMBusinessDirectory' ) ) {
132 array_push( $unsupported, 'CM Business Directory' );
133 }
134
135 if ( class_exists( 'SunshineCart' ) ) {
136 array_push( $unsupported, 'Sunshine Photo Cart' );
137 }
138
139 if ( defined( 'WOODMART_CORE_VERSION' ) ) {
140 array_push( $unsupported, 'Woodmart Theme' );
141 }
142
143 if ( class_exists( 'BWG' ) ) {
144 array_push( $unsupported, 'Photo Gallery (10Web)' );
145 }
146
147 if ( function_exists( 'rwmb_get_object_fields' ) ) {
148 array_push( $unsupported, 'Metabox' );
149 }
150
151 if ( defined( 'URIS_PLUGIN_URL' ) ) {
152 array_push( $unsupported, 'Ultimate Responsive Image Slider' );
153 }
154
155 if ( defined( 'PRESTO_PLAYER_PLUGIN_URL' ) ) {
156 array_push( $unsupported, 'Presto Player' );
157 }
158
159 if ( defined( 'GG_VER' ) ) {
160 array_push( $unsupported, 'Global Gallery' );
161 }
162
163 if ( defined( 'LANA_DOWNLOADS_MANAGER_VERSION' ) ) {
164 array_push( $unsupported, 'Lana Downloads Manager' );
165 }
166
167 if ( defined( 'POWERPRESS_VERSION' ) ) {
168 array_push( $unsupported, 'Powerpress' );
169 }
170
171 if ( class_exists( 'Connections_Directory' ) ) {
172 array_push( $unsupported, 'Connections Business Directory' );
173 }
174
175 if ( defined( 'WONDERPLUGIN_3DCAROUSEL_VERSION' ) ) {
176 array_push( $unsupported, 'WonderPlugin 3D Carousel' );
177 }
178
179 if ( defined( 'UNCODE_CORE_FILE' ) ) {
180 array_push( $unsupported, 'Uncode' );
181 }
182
183 if ( defined( 'MAILPOET_MINIMUM_REQUIRED_WP_VERSION' ) ) {
184 array_push( $unsupported, 'Mailpoet' );
185 }
186
187 if ( defined( 'ACADEMY_VERSION' ) ) {
188 array_push( $unsupported, 'Academy LMS' );
189 }
190
191 if ( defined( 'BREAKDANCE_PLUGIN_URL' ) ) {
192 array_push( $unsupported, 'Breakdance Builder' );
193 }
194
195 return $unsupported;
196 }
197 }
198 ?>