FreeFeatureRequests/WordPress-Plugin/simple-feature-requests-api
2023-10-17 18:14:18 +02:00
..
.gitignore Initial commit 2023-10-17 18:14:18 +02:00
readme.txt Initial commit 2023-10-17 18:14:18 +02:00
sfr-rest-api.php Initial commit 2023-10-17 18:14:18 +02:00

/**
 * Plugin Name: Rest API for Simple Feature Requests
 * Plugin URI: https://github.com/verygoodplugins/FreeFeatureRequests/
 * Description: Rest API to list the available statuses of feature requests and to use register_meta to register the jck_sfr_status field.
 * Version: 1.0.0
 * Author: Your Name
 * Author URI: https://verygoodplugins.com/
 * License: GPL2
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: wp-sfr-rest-api
 */