Changeset 3071338
- Timestamp:
- 04/16/2024 07:31:51 AM (2 years ago)
- File:
-
- 1 edited
-
rest-api-extender/trunk/rest-api-extender.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rest-api-extender/trunk/rest-api-extender.php
r3070916 r3071338 1 1 <?php 2 2 /** 3 * Plugin Name: REST API extender 4 * Description: Extends the WP REST API to allow the changing of permalink options, as well as the installation and switching of themes 5 * Version: 2.2 6 * Author: SEO NEO 7 * License: GPL-3.0-or-later 3 * REST API extender 4 * 5 * @wordpress-plugin 6 * Plugin Name: REST API extender 7 * Plugin URI: https://seoneo.io/ 8 * Description: Extends the WP REST API to allow the changing of permalink options, as well as the installation and switching of themes 9 * Version: 2.2 10 * Author: SEO Neo 11 * Author URI: https://seoneo.io/ 12 * License: GPL-3.0-or-later 13 * License URI: https://www.gnu.org/licenses/gpl-3.0.html 8 14 */ 9 15 10 16 /** 11 17 * Register the custom REST API route.
Note: See TracChangeset
for help on using the changeset viewer.