PluginProbe
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! / 3.0.1
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! v3.0.1
3.7.5 3.7.4 3.7.3 3.7.2 1-final 3.7.1 3.7.0 3.6.8 3.6.7 3.6.6 3.6.5 3.6.4 3.6.3 3.6.2 3.6.1 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.10 All 111 releases
← All changes | includes/Core/Admin.php +0 -1 3.0.93.0.1 View file →
@@ -175,9 +175,8 @@
175 175 'is_signed' => Login::is_signed(),
176 176 'is_globally_signed' => Login::is_globally_signed(),
177 177 'signed_as_global' => Login::signed_as_global(),
178 178 'current_screen' => $_current_screen,
179 - 'post_type' => get_post_type(),
180 179 'has_elementor_pro' => rest_sanitize_boolean( is_plugin_active( 'elementor-pro/elementor-pro.php' ) ),
181 180 'theme' => $_current_screen == 'templately' ? 'light' : $platform->ui_theme(),
182 181 'is_wp_support_gutenberg' => version_compare( get_bloginfo( 'version' ), '5.0.0', '>=' ),
183 182 ], $templately );