Description
Return an array of plugin version types associated with different plugins types
Usage
$array = bw_plugin_post_types();Parameters
Returns
array post_types for the plugin versionSource
File name: oik-plugins/oik-plugins.phpLines:
1 to 11 of 11
function bw_plugin_post_types() { $post_types = array( null , "oik_pluginversion" , "oik_pluginversion" , "oik_premiumversion" , "oik_premiumversion" , "oik_pluginversion" , "oik_pluginversion" ); return( $post_types ); }View on GitHub
Called by
1 to 3 of 3
Invoked by
Calls
Call hooks
API Letters:
