You appear to be a bot. Output may be restricted
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 version
Source
File name: oik-plugins/oik-plugins.php
Lines:
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 ); }