adminpages = apply_filters( 'plugin_admin_pages', $this->adminpages ); add_action( 'admin_print_scripts', array( $this, 'config_page_scripts' ) ); add_action( 'admin_print_styles', array( $this, 'config_page_styles' ) ); } /** * Generates the header for admin pages * * @param bool $form Whether or not the form should be included. * @param string $option The long name of the option to use for the current page. * @param string $optionshort The short name of the option to use for the current page. * @param bool $contains_files Whether the form should allow for file uploads. */ function admin_header( $form = true, $option = 'plugin_options', $optionshort = 'wpplugin', $contains_files = false ) { ?>