'perth_sep_a', 'description' => __( 'Row separator', 'perth') ); parent::__construct(false, $name = __('Perth FP: Separator Type A', 'perth'), $widget_ops); $this->alt_option_name = 'perth_sep_a'; } function form($instance) { $sep_fill = isset( $instance['sep_fill'] ) ? esc_html( $instance['sep_fill'] ) : ''; ?>

below it. Add the color from the row above it to achieve the slanted effect. ', 'perth'); ?>

is_preview() ) { $cache = wp_cache_get( 'perth_action', 'widget' ); } if ( ! is_array( $cache ) ) { $cache = array(); } if ( ! isset( $args['widget_id'] ) ) { $args['widget_id'] = $this->id; } if ( isset( $cache[ $args['widget_id'] ] ) ) { echo $cache[ $args['widget_id'] ]; return; } ob_start(); extract($args); $sep_fill = isset( $instance['sep_fill'] ) ? esc_html($instance['sep_fill']) : ''; ?>
is_preview() ) { $cache[ $args['widget_id'] ] = ob_get_flush(); wp_cache_set( 'perth_action', $cache, 'widget' ); } else { ob_end_flush(); } } }