PluginProbe
Elementor Website Builder – more than just a page builder / 3.20.0-dev3
Elementor Website Builder – more than just a page builder v3.20.0-dev3
4.3.2 4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 All 455 releases
← All changes | modules/promotions/admin-menu-items/interfaces/promotion-menu-item.php +2 -2 4.3.2 → 3.20.0-dev3 View file →
@@ -4,9 +4,9 @@
4 4
5 5 use Elementor\Core\Admin\Menu\Interfaces\Admin_Menu_Item_With_Page;
6 6
7 7 if ( ! defined( 'ABSPATH' ) ) {
8 - exit; // Exit if accessed directly.
8 + exit; // Exit if accessed directly
9 9 }
10 10
11 11 interface Promotion_Menu_Item extends Admin_Menu_Item_With_Page {
12 12 public function get_image_url();
@@ -12,9 +12,9 @@
12 12 public function get_image_url();
13 13
14 14 public function get_promotion_title();
15 15
16 - public function get_promotion_description();
16 + public function render_promotion_description();
17 17
18 18 public function get_cta_text();
19 19
20 20 public function get_cta_url();