120, 'sslverify' => false ) ); $response_code = wp_remote_retrieve_response_code( $feed ); if ( ! is_wp_error( $feed ) && $response_code == 200 ) { if ( isset( $feed['body'] ) && strlen( $feed['body'] ) > 0 ) { $cache = wp_remote_retrieve_body( $feed ); set_transient( $transient_key, $cache, $transient_time ); } } else { $cache = '

' . __( 'There was an error retrieving the data from the server. Please try again later.', 'accordion-and-accordion-slider' ) . '

'; } } return $cache; } /** * Function to get plugin feed tabs * * @package Accordion and Accordion Slider * @since 1.0.0 */ function wp_aas_help_tabs() { $wpos_feed_tabs = array( 'how-it-work' => array( 'name' => __('How It Works', 'accordion-and-accordion-slider'), ), 'plugins-feed' => array( 'name' => __('Our Plugins', 'accordion-and-accordion-slider'), 'url' => 'http://wponlinesupport.com/plugin-data-api/plugins-data.php', 'transient_key' => 'wpos_plugins_feed', 'transient_time' => 172800 ), 'offers-feed' => array( 'name' => __('WPOS Offers', 'accordion-and-accordion-slider'), 'url' => 'http://wponlinesupport.com/plugin-data-api/wpos-offers.php', 'transient_key' => 'wpos_offers_feed', 'transient_time' => 86400, ) ); return $wpos_feed_tabs; } /** * Function to get 'How It Works' HTML * * @package Accordion and Accordion Slider * @since 1.0.0 */ function wp_aas_howitwork_page() { ?>

  • Add New".', 'accordion-and-accordion-slider'); ?>
[aas_slider id="XX"]


  • Fancy Box option.
  • Added caption field to display image description.
  • Drag & Drop images order change
  • Fully responsive

Enjoyed this plugin? You can help by rate this plugin 5 stars!