options = get_option( 'afwp_global_settings' ); ?>

options['active_tab_type']) ? esc_attr($this->options['active_tab_type']) : 'general'; $list_all_tabs = array( 'general' => array( 'id' => 'afwp_settings_general', 'label' => esc_html__('General', 'accordion-for-wp'), ), 'layout' => array( 'id' => 'afwp_settings_layout', 'label' => esc_html__('Layout', 'accordion-for-wp'), ), 'design' => array( 'id' => 'afwp_settings_design', 'label' => esc_html__('Design', 'accordion-for-wp'), ), ); ?>
$tab_details){ ?>

esc_html__('Accordion For WordPress - Plugin', 'accordion-for-wp'), 'theme_url'=> 'https://themeegg.com/downloads/accordion-for-wp/', 'demo_url'=> 'https://demo.themeegg.com/plugins/accordion-for-wp/', 'docs_url'=> 'https://docs.themeegg.com/docs/accordion-for-wp/', 'forum_url'=> 'https://themeegg.com/support-forum/forum/accordion-for-wordpress-plugin/', 'thumbnail_url'=>'https://ps.w.org/accordion-for-wp/assets/banner-772x250.png?rev=1717682', 'rate_url'=> 'https://wordpress.org/support/plugin/accordion-for-wp/reviews/?filter=5', 'download_url'=> 'https://wordpress.org/plugins/accordion-for-wp/', ), array( 'name'=> esc_html__('Twitter API Master - Plugin', 'accordion-for-wp'), 'theme_url'=> 'https://themeegg.com/downloads/teg-twitter-api/', 'demo_url'=> 'https://themeegg.com/downloads/teg-twitter-api/', 'docs_url'=> 'https://docs.themeegg.com/docs/teg-twitter-api/', 'forum_url'=> 'https://themeegg.com/support-forum/forum/twitter-api-master-plugin/', 'thumbnail_url'=>'https://ps.w.org/teg-twitter-api/assets/banner-772x250.png?rev=1717682', 'rate_url'=> 'https://wordpress.org/support/plugin/teg-twitter-api/reviews/?filter=5', 'download_url'=> 'https://wordpress.org/plugins/teg-twitter-api/', ), ); foreach ($themeegg_themes as $single_theme){ ?>

', isset( $this->options['id_number'] ) ? esc_attr( $this->options['id_number']) : '' ); } /** * Get the settings option array and print one of its values */ public function title_callback() { printf( '', isset( $this->options['title'] ) ? esc_attr( $this->options['title']) : '' ); } } if( is_admin() ) $afwp_settings_page = new AFWP_Settings_Page();