wp_create_nonce('wpallstars-setting-action-nonce'), // // Add other data... // )); } /** * Renders the form structure for the General Settings Tab. * Called by the Admin Manager when displaying the settings page. */ public static function display_general_tab() { ?>
__('Default', WPALLSTARS_TEXT_DOMAIN), 'light' => __('Light', WPALLSTARS_TEXT_DOMAIN), 'blue' => __('Blue', WPALLSTARS_TEXT_DOMAIN), 'coffee' => __('Coffee', WPALLSTARS_TEXT_DOMAIN), 'ectoplasm' => __('Ectoplasm', WPALLSTARS_TEXT_DOMAIN), 'midnight' => __('Midnight', WPALLSTARS_TEXT_DOMAIN), 'ocean' => __('Ocean', WPALLSTARS_TEXT_DOMAIN), 'sunrise' => __('Sunrise', WPALLSTARS_TEXT_DOMAIN), 'modern' => __('Modern (WPAllstars)', WPALLSTARS_TEXT_DOMAIN), ); ?>

/>