bobbingwide / oik-requests

WP-a2z REQUEST_URIs - hooks, files, queries, parms
GNU General Public License v2.0
0 stars 0 forks source link

Create a new post type oik_requests and mechanisms to auto-populate content #1

Open bobbingwide opened 8 years ago

bobbingwide commented 8 years ago

The WP-a2z.org set of websites documents static information about the PHP components in WordPress plugins and themes and their relationships with WordPress. It uses a combination of plugins to achieve this. See http://wp-a2z.org/oik-faq/what-plugins-are-used-by-wp-a2z/ The oik-requests extension plugin and associated theme ( http://github.com/bobbingwide/genesis-a2z ) will provide information obtained at runtime, from actual execution of requests.

This issue and/or milestone for v1.0.0 will document the basic requirements for the enhancements. Other information may be available on oik-plugins.com and/or wp-a2z.org

bobbingwide commented 8 years ago

oik-bwtrace plugin will be the source of much of the data that will be stored in the oik_request post type. Co-requisite issues are being raised so that oik-requests can use oik-bwtrace's APIs to obtain the data without having to perform too much post processing.

bobbingwide commented 7 years ago

Note: oik-requests may be dependent upon a number of plugins. e.g. oik, oik-fields, oik-lib. It should not however produce Fatal errors if any one of these plugins is deactivated.