Description
Return the columns to be displayed in the All post_type display admin page
Usage
oik_themes_columns( $columns, $arg2 );Parameters
- $columns
- ( mixed ) required –
- $arg2
- ( mixed ) optional –
Returns
voidSource
File name: oik-themes/oik-themes.phpLines:
1 to 8 of 8
function oik_themes_columns( $columns, $arg2=null ) { $columns['_oikth_type'] = __("Type"); $columns['_oikth_slug'] = __("Slug" ); $columns['_oikth_desc'] = __("Description" ); $columns['_oikth_prod'] = __("Product" ); //bw_trace2(); return( $columns ); }View on GitHub
Called by
1 to 1 of 1
Invoked by
Calls
Call hooks
API Letters:
