Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Breaks the site

$
0
0

Replies: 0

Using the widget with this code provided by the plugin author breaks the site. Is this legit code?

<?php
$gallery_id = 1034;
$args = array(
‘limit’ = 1,
‘caption_title_source’ = ‘alt’
);
if ( function_exists( ‘foogallery_render_gallery’ ) ) {
foogallery_render_gallery( $gallery_id, $args );
}
?>


Viewing all articles
Browse latest Browse all 59525

Trending Articles