title; ?>

menu_hook == "network_admin_menu" ) { $action = network_admin_url( 'settings.php' ); } else { $action = admin_url( 'options.php' ); } $encryption_type = ''; $field_types = $this->get_field_types(); if ( in_array( 'file', $field_types ) ) $encryption_type = 'enctype="multipart/form-data"'; ?>
> options_name ); if ( $this->menu_hook == "network_admin_menu" ) { wp_nonce_field( 'siteoptions' ); } do_settings_sections( $this->page_slug ); if ( $this->button_text !== false ) submit_button( $this->button_text ); ?>