Description
Usage
BW_Nav_Tabs_Sections::defaults( $default_section, $default_label );Parameters
- $default_section
- ( mixed ) optional –
- $default_label
- ( mixed ) optional –
Returns
voidSource
File name: oik-clone/admin/bw-nav-tab-sections.phpLines:
1 to 8 of 8
public function defaults( $default_section=null, $default_label=null ) { $this->default_section = $default_section; if ( $default_label ) { $this->default_label = $default_label; } else { $this->default_label = $default_section; } }View on GitHub
Called by
1 to 2 of 2
Invoked by
Calls
Call hooks
API Letters:
