<?php echo @$html['alt']; ?> <?php echo @$html['alt']; ?> array( 'w' => false, 'h' => false ), 'html' => array( 'ref' => '', 'rel' => 'gallery', 'a_classes' => '', 'img_classes' => '', 'alt' => '', 'title' => '' ), 'as_html' => false, 'as_url' => true, 'fancybox' => array( 'trigger_class' => 'pls_use_fancy' ), ); /** Merge the arguments with the defaults. */ $args = wp_parse_args( $args, $defaults ); $args['resize'] = wp_parse_args( $args['resize'], $defaults['resize']); $args['html'] = wp_parse_args( $args['html'], $defaults['html']); return $args; } }// end class PLS_Image::init(); ?>