Description
Return an array of recording types.
Usage
$array = oik_tunes_recording_types();Parameters
Returns
array recording types e.g. CD, DVD, Vinyl in an associative array?Source
File name: oik-tunes/oik-tunes.phpLines:
1 to 4 of 4
function oik_tunes_recording_types() { $recording_types = array( "CD", "DVD", "Vinyl" ); return( $recording_types); }View on GitHub
Invoked by
Calls
Call hooks
API Letters:
