← 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(); |