PluginProbe
Ultimate Post Kit – Elementor Post Grid, Post Carousel, Post Slider & Blog Layout Widgets / trunk
Ultimate Post Kit – Elementor Post Grid, Post Carousel, Post Slider & Blog Layout Widgets vtrunk
4.5.4 4.2.1 4.2.2 4.2.3 4.5.0 4.5.2 4.5.3 4.2.0 4.1.18 4.1.17 4.1.16 4.1.15 4.1.14 4.1.13 4.1.12 4.1.11 4.1.10 4.1.9 4.1.8 4.0.9 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 All 146 releases
← All changes | loader.php +3 -2 4.5.2trunk View file →
@@ -134,13 +134,14 @@
134 134 // Also skip our copy entirely when Live Copy Paste is providing the same feature,
135 135 // since both provide the same duplicate-post admin action.
136 136 if ( $duplicator == 'on'
137 137 && ! class_exists( '\\UltimatePostKit\\Includes\\BdThemes_Duplicator' )
138 - && ! class_exists( '\\ElementPack\\Includes\\BdThemes_Duplicator' ) ) {
138 + && ! class_exists( '\\ElementPack\\Includes\\BdThemes_Duplicator' )
139 + && ! class_exists( '\\BdThemes_Duplicator' ) ) {
139 140 require BDTUPK_PATH . 'includes/class-duplicator.php';
140 141 }
141 142
142 - if ( ! class_exists( 'BdThemes_Live_Copy' ) ) {
143 + if ( ! class_exists( '\\UltimatePostKit\\Includes\\LiveCopy\\BdThemes_Live_Copy' ) ) {
143 144 if ( ( $live_copy == 'on' ) && ( ! is_plugin_active( 'live-copy-paste/live-copy-paste.php' ) ) ) {
144 145 require_once BDTUPK_PATH . 'includes/live-copy/class-live-copy.php';
145 146 }
146 147 }