| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | namespace Elementor\Modules\Library\Documents; |
| 3 | 3 | |
| 4 | 4 | if ( ! defined( 'ABSPATH' ) ) { |
| 5 | - exit; // Exit if accessed directly. | |
| 5 | + exit; // Exit if accessed directly | |
| 6 | 6 | } |
| 7 | 7 | |
| 8 | 8 | /** |
| 9 | 9 | * Elementor container library document. |
| @@ -49,17 +49,6 @@ | ||
| 49 | 49 | * @return string Document title. |
| 50 | 50 | */ |
| 51 | 51 | public static function get_title() { |
| 52 | 52 | return esc_html__( 'Container', 'elementor' ); |
| 53 | - } | |
| 54 | - | |
| 55 | - /** | |
| 56 | - * Get Type | |
| 57 | - * | |
| 58 | - * Return the container document type. | |
| 59 | - * | |
| 60 | - * @return string | |
| 61 | - */ | |
| 62 | - public static function get_type() { | |
| 63 | - return 'container'; | |
| 64 | 53 | } |
| 65 | 54 | } |