@@ -1,19 +1,19 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Creates CMB2 objects/fields endpoint for WordPres REST API. |
|
| 4 | - * Allows access to fields registered to a specific post type and more. |
|
| 5 | - * |
|
| 6 | - * @todo Add better documentation. |
|
| 7 | - * @todo Research proper schema. |
|
| 8 | - * |
|
| 9 | - * @since 2.2.0 |
|
| 10 | - * |
|
| 11 | - * @category WordPress_Plugin |
|
| 12 | - * @package CMB2 |
|
| 13 | - * @author WebDevStudios |
|
| 14 | - * @license GPL-2.0+ |
|
| 15 | - * @link http://webdevstudios.com |
|
| 16 | - */ |
|
| 3 | + * Creates CMB2 objects/fields endpoint for WordPres REST API. |
|
| 4 | + * Allows access to fields registered to a specific post type and more. |
|
| 5 | + * |
|
| 6 | + * @todo Add better documentation. |
|
| 7 | + * @todo Research proper schema. |
|
| 8 | + * |
|
| 9 | + * @since 2.2.0 |
|
| 10 | + * |
|
| 11 | + * @category WordPress_Plugin |
|
| 12 | + * @package CMB2 |
|
| 13 | + * @author WebDevStudios |
|
| 14 | + * @license GPL-2.0+ |
|
| 15 | + * @link http://webdevstudios.com |
|
| 16 | + */ |
|
| 17 | 17 | abstract class CMB2_REST_Controller extends WP_REST_Controller { |
| 18 | 18 | |
| 19 | 19 | /** |