_header_class = new WPPFM_Main_Header(); $this->_settings_form = new WPPFM_Settings_Page(); } /** * Shows the Settings Page. */ public function show() { echo '
'; $this->_header_class->show( 'settings-page' ); $this->_settings_form->display(); echo '
'; } } // end of WPPFM_Add_Settings_Page class endif;