' . __( 'There was an error retrieving the data from the server. Please try again later.', 'album-and-image-gallery-plus-lightbox' ) . '
';
}
}
return $cache;
}
/**
* Function to get plugin feed tabs
*
* @package Album and Image Gallery Plus Lightbox
* @since 1.0.0
*/
function aigpl_help_tabs() {
$wpos_feed_tabs = array(
'how-it-work' => array(
'name' => __('How It Works', 'album-and-image-gallery-plus-lightbox'),
),
'plugins-feed' => array(
'name' => __('Our Plugins', 'album-and-image-gallery-plus-lightbox'),
'url' => 'http://wponlinesupport.com/plugin-data-api/plugins-data.php',
'transient_key' => 'wpos_plugins_feed',
'transient_time' => 172800
),
'offers-feed' => array(
'name' => __('Hire Us', 'album-and-image-gallery-plus-lightbox'),
'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 Album and Image Gallery Plus Lightbox
* @since 1.0.0
*/
function aigpl_howitwork_page() { ?>