_header_class = new WPPFM_Main_Header(); $this->_feed_editor_form = new WPPFM_Feed_Editor_Page(); } /** * Shows the content of the Feed Editor page. */ public function show() { echo '
'; $this->_header_class->show( 'feed-editor-page' ); $this->_feed_editor_form->display(); echo '
'; } } // end of WPPFM_Add_Feed_Editor_Page class endif;