You appear to be a bot. Output may be restricted
Description
Usage
BW_Nav_Tabs_Sections::tab();
Parameters
Returns
void
Source
File name: oik-clone/admin/bw-nav-tab-sections.php
Lines:
1 to 5 of 5
public function tab() { $tab = bw_array_get( $_REQUEST, "tab", null ); $this->tab = sanitize_text_field( $tab ); return( $this->tab ); }