Buy Pro!'; return $links; } add_filter( 'plugin_action_links_' . plugin_basename( __FILE__ ), 'tps_accordion_prover_action_links' ); # Register Meta Boxes function custom_accordion_wordpress_filter_meta_box( $meta_boxes ) { $meta_boxes[] = array( 'id' => 'custom_accordion_wordpress_feature', 'title' => 'Accordion', 'pages' => array('accordion_tp'), 'context' => 'normal', 'priority' => 'high', 'show_names' => true, 'fields' => array( array( 'id' => 'custom_accordion_wordpresspro_columns', 'name' => 'Accordion Item Details', 'type' => 'group', 'repeatable' => true, 'sortable' => true, 'repeatable_max' => 5, 'fields' => array( array( 'id' => 'custom_accordions_pro_title', 'name' => 'Accordion Title', 'type' => 'text', 'cols' => 4 ), array( 'id' => 'custom_accordions_pro_details', 'name' => 'Description', 'type' => 'wysiwyg', 'sanitization_cb' => false, 'options' => array( 'textarea_rows' => 8, ), 'default' => 'Insert Your Description Here?', ), ) ) ) ); return $meta_boxes; } add_filter( 'cmb_meta_boxes', 'custom_accordion_wordpress_filter_meta_box' ); # Accordion Custom Title Filter function custom_accordion_wordpress_title( $title ){ $screen = get_current_screen(); if ( 'accordion_tp' == $screen->post_type ) { $title = 'Accordion Group Title'; } return $title; } add_filter( 'enter_title_here', 'custom_accordion_wordpress_title' ); function custom_accordion_free_redirect_options_page( $plugin ) { if ( $plugin == plugin_basename( __FILE__ ) ) { exit( wp_redirect( admin_url( 'options-general.php' ) ) ); } } add_action( 'activated_plugin', 'custom_accordion_free_redirect_options_page' ); # admin menu function custom_accordion_free_plugins_options_framwrork() { add_options_page( 'Accordion Pro Version Help & Features', '', 'manage_options', 'accordion-free-features', 'tp_accordions_frees_options_framework' ); } add_action( 'admin_menu', 'custom_accordion_free_plugins_options_framwrork' ); if ( is_admin() ) : // Load only if we are viewing an admin page function tp_accordions_options_framework_settings() { // Register settings and call sanitation functions register_setting( 'accordion_free_options', 'tp_accordion_free_options', 'tpls_accordion_free_options' ); } add_action( 'admin_init', 'tp_accordions_options_framework_settings' ); function tp_accordions_frees_options_framework() { if ( ! isset( $_REQUEST['updated'] ) ) { $_REQUEST['updated'] = false; } ?>

Welcome To Accordion - Version - 2.5

Thank you for using our Accordion Wp plugin free version. if you really love this plugin please give us a Five Stars Feedback with some valuable comments.

We create a premium version of this plugin with some amazing cool features?



Premium Version Amazing Features

  • All Features of the free version.
  • Fully Responsive Design.
  • Create Your Own Style.
  • Highly customized for User Experience.
  • Widget Ready.
  • Unlimited Domain Support.
  • Unlimited Accordions Support.
  • Support wysiwyg text editor.
  • Create accordions by group.
  • Cross-browser compatibility.
  • Drag & Drop accordion items sorting.
  • Multi-level Accordion Support.
  • Auto Open Accordion Items Options.
  • Accordion Icon Insert Options.
  • Choose Accordion Plus Icon.
  • Choose Accordion Minus Icon.
  • Accordion Fontawesome Icon Support.
  • Accordion Icon Position Left/Right.
  • Accordion Icon Color Options.
  • Accordion CloseAble Options.
  • Accordion Close Other Items Options.
  • Expand/collapse Slide speed of Animation Options.
  • Add and remove accordion item from backend.
  • Accordion header title font size.
  • Accordion header title font color.
  • Accordion header title text position.
  • Accordion header title background color.
  • Accordion content font size.
  • Accordion content font color.
  • Accordion content background.
  • Custom Accordion Padding Options.
  • Accordion area background image Options.
  • Accordions Area Padding Options.
  • Support Any videos (Ex: youtube, vimeo )
  • Valid HTML5 & CSS3 layout.
  • Use via short-codes.
  • Clean Design & Code.
  • Unlimited accordion anywhere in the themes or template.
  • Life Time Self hosted auto updated enable.
  • Online Documentation.
  • 24/7 Dedicated support forum.
  • And Many More

Buy Premium Version Only $8





"", ), $atts); global $post; $post_id = $atts['id']; $content = ''; $content.= TCP_accordions_wordpress_table_body($post_id); return $content; }// shortcode hook add_shortcode('tcpaccordion', 'custom_accordion_shortcode_register'); ?>