You appear to be a bot. Output may be restricted
Description
Return a list of defined fields
Usage
$array = bw_list_fields();
Parameters
Returns
array associated array of field namesSource
File name: oik/includes/bw_register.phpLines:
1 to 5 of 5
function bw_list_fields() { global $bw_fields; $fields = bw_assoc( array_keys( $bw_fields )); return( $fields ); }View on GitHub View on Trac