get_page_title(); ?>
$tab ) {
$active_class = '';
if ( 'import' === $tab_id ) {
$active_class = ' active-section';
}
echo '
';
$section_method = 'tab_section_'.$tab_id;
if( method_exists( $this, $section_method ) ){
$this->$section_method();
}
echo '
';
}
?>
display_import_page()
*
* @since 1.0
* @access public
*/
public function tab_section_import() {
?>