esc_html( __( 'Reset Anima Settings to Defaults?', 'anima' ) ), ); wp_localize_script( 'anima-admin-js', 'anima_admin_settings', $js_admin_options ); } // Create admin subpages function anima_add_page_fn() { global $anima_page; $anima_page = add_theme_page( __( 'Anima Theme', 'anima' ), __( 'Anima Theme', 'anima' ), 'edit_theme_options', 'about-anima-theme', 'anima_page_fn' ); add_action( 'admin_enqueue_scripts', 'anima_admin_scripts' ); } // anima_add_page_fn() // Display the admin options page function anima_page_fn() { $animas = cryout_get_option(); if (!current_user_can('edit_theme_options')) { wp_die( __( 'Sorry, but you do not have sufficient permissions to access this page.', 'anima') ); } ?>


get( 'Description' ); ?>


All your current theme settings will be overwritten!','anima') ?>

">