Notes
- The boxes represent the Custom Post Types.
- The lines represent relationships between posts using noderef fields.
- The same hierarchy powers the complete Dynamic API Reference of WordPress at www.wp-a2z.com.
bw_gv_div_1
Dot language for this digraph
[bw_graphviz title="oik-plugins" type="digraph" id="plugins" ]
node [ shape=box, fillcolor=blue, fontname=Courier, fontsize=12];
pluginversion -> plugins [label=_oikpv_plugin] ;
premiumversion -> plugins [label=_oikp_plugin];
plugins -> site;
plugins -> product;
plugins -> download;
themes -> product;
themes -> download;
themeversion -> themes;
themiumversion -> themes;
file -> plugins;
file -> themes;
class -> file;
api -> file;
api -> class;
api -> plugins;
api -> themes;
hook -> api;
hook -> file;
parsedsource -> api;
parsedsource -> file;
parsedsource -> class;
[/bw_graphviz]
See also
- noderef field type
- APIs
- oik-types
- oik-fields
- Powered by github.com/mdaines/viz.js
- Digraph = directed graph. See www.graphviz.org