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