We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2065185 commit 1931dddCopy full SHA for 1931ddd
2 files changed
README.md
@@ -54,3 +54,5 @@ Go through the files in `/lib/class-` and `/src/class-`. First one contains clas
54
`/src/class-shortcode.php`:: `PLUGIN_SHORTCODE` to add and display shortcodes.
55
56
`/src/class-query.php`:: `PLUGIN_QUERY` to use post and user query. It uses `wp_pagenavi()` for breadceumbs
57
+
58
+`/src/class-rest.php`:: `PLUGIN_CUSTOM_ROUTE` to extend REST API.
wp-plugin-framework.php
@@ -3,7 +3,7 @@
3
Plugin Name: WordPress Plugin Framework
4
Plugin URI: https://github.com/nirjharlo/wp-plugin-framework/
5
Description: Simple and Light WordPress plugin development framework for organized Object Oriented code for Developers.
6
- Version: 1.3
+ Version: 1.4
7
Author: Nirjhar Lo
8
Author URI: http://nirjharlo.com
9
Text Domain: textdomain
0 commit comments