Description
Usage
oikth_get_sections( $post, $version );Parameters
- $post
- ( mixed ) required –
- $version
- ( mixed ) required –
Returns
voidSource
File name: oik-themes/feed/oik-themes-feed.phpLines:
1 to 7 of 7
function oikth_get_sections( $post, $version ) { $sections = array(); $sections['description'] = bw_excerpt( $post ); $sections['changelog' ] = $version->post_content; $sections['info'] = oikth_get_FAQ( $post ); return( $sections ); }View on GitHub
Called by
1 to 1 of 1
Invoked by
Call hooks
API Letters:
