PluginProbe
Elementor Website Builder – more than just a page builder / 3.22.2
Elementor Website Builder – more than just a page builder v3.22.2
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 | data/v2/base/endpoint/index/all-children.php +3 -4 4.3.1 → 3.22.2 View file →
@@ -4,13 +4,12 @@
4 4 use Elementor\Data\V2\Base\Endpoint\Index;
5 5 use Elementor\Data\V2\Manager;
6 6
7 7 if ( ! defined( 'ABSPATH' ) ) {
8 - exit; // Exit if accessed directly.
8 + exit; // Exit if accessed directly
9 9 }
10 10 /**
11 - * All Children class, is an optional endpoint.
12 - *
11 + * class AllChildren, is optional endpoint.
13 12 * Used in cases where the endpoints are static & there no use of dynamic endpoints( alpha/{id} ), eg:
14 13 * 'settings' - controller
15 14 * 'settings/products' - endpoint
16 15 * 'settings/partners' - endpoint
@@ -24,9 +23,9 @@
24 23 public function get_format() {
25 24 return $this->controller->get_name() . '/index';
26 25 }
27 26
28 - /**
27 + /*
29 28 * Retrieves a result(s) of all controller endpoint(s), items.
30 29 *
31 30 * Run overall endpoints of the current controller.
32 31 *