PluginProbe
Elementor Website Builder – more than just a page builder / 3.7.8
Elementor Website Builder – more than just a page builder v3.7.8
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 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | modules/library/documents/container.php +1 -12 4.2.0-dev23.7.8 View file →
@@ -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 }