| @@ -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 | * |