bw_gv_div_1
[bw_graphviz]
node [ shape=box, fillcolor=blue, fontname=Courier, fontsize=12, labelfontsize=10 ];
edge [ fontname=Arial, fontsize=8];
plugins [label="oik-plugins"];
oik_shortcodes -> plugins [label=_oik_sc_plugin, fontname=Arial, fontsize=10 ];
shortcode_example -> oik_shortcodes [label=_sc_param_code];
oik_sc_param -> oik_shortcodes [label=_sc_param_code];
oik_shortcodes -> oik_api [ label=_oik_sc_func, fontname=Arial, fontsize=10];
[/bw_graphviz]
Notes
- The boxes represent the custom post types.
- The arrows represent noderef fields, referencing one post type from another.
- The direction of the arrow indicates the direction of the relationship, with the field being implemented as post meta data on the source post type.
- The arrow labels show the names of the noderef fields.