Description
Return the default options when they have not been set
Usage
oikrm_lazy_options();Parameters
Returns
voidSource
File name: oik-responsive-menu/admin/oik-responsive-menu.phpLines:
1 to 7 of 7
function oikrm_lazy_options() { $options = array(); $options['selector'] = oikrm_default_selector(); $options['minWidth'] = oikrm_default_minwidth(); return( $options ); }
Called by
1 to 1 of 1
Invoked by
Calls
1 to 2 of 2
