PluginProbe
Borderless – Addons and Templates for Elementor / 1.6.1
Borderless – Addons and Templates for Elementor v1.6.1
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.1 1.2.2 1.2.3 All 78 releases
← All changes | modules/wpbakery/wpbakery.php +0 -10 1.2.21.6.1 View file →
@@ -19,20 +19,10 @@
19 19 if ( defined( 'WPB_VC_VERSION' ) ) {
20 20 add_action( 'init', [ $this, 'wpbakery_init' ] );
21 21 return;
22 22 } else {
23 - add_action('admin_notices', array( $this, 'wpbakery_notice' ));
24 23 return;
25 24 }
26 - }
27 -
28 - // Show notice if your plugin is activated but WPBakery is not
29 - public function wpbakery_notice() {
30 - $plugin_data = get_plugin_data(__FILE__);
31 - echo '
32 - <div class="updated">
33 - <p>'.sprintf(__('<strong>%s</strong> requires <strong><a href="https://wpbakery.com/" target="_blank">WPBakery Page Builder</a></strong> plugin to be installed and activated on your site.', 'borderless'), $plugin_data['Name']).'</p>
34 - </div>';
35 25 }
36 26
37 27 public function wpbakery_init() {
38 28