Description
Display the table of option data and links
Usage
OIK_settings::field_rows();Parameters
Returns
voidSource
File name: oik-rwd/admin/oik-settings.phpLines:
1 to 12 of 12
function field_rows() { $option = get_option( $this->option ); if ( is_array( $option ) && count( $option )) { foreach ( $option as $key => $data ) { //$type = bw_array_get( $bw_type, "type", null ); //_oik_cpt_type_row( $type, $data ); $this->field_row( $key, data ); } } else { p( "Nothing to show" ); } }View on GitHub
Invoked by
Calls
1 to 2 of 2
Call hooks
API Letters:
