A:2VFpp>:2Vp0s`>:2V0 @s0vA:2V`@PsQ ?:2VP`s4>:2V`s+P>:2Vppt A:2VpLt@:2Vu>&>:2V~9>:2V`~.&>:2Vp>>:2V49>:2V@.p=:2V`H=B:2V`Qd>:2VPAP=:2V<>:2V/B:2V`Q ?:2V>>:2V4>>:2V4 A:2VT}@:2V4>:2V+P>:2Vp  A:2V W@:2V>@:2VP@4>:2V@@+pJ=:2V>P>:2VpP A:2VPZ@:2V>pJ=:2V`>(.A0|AІ|Ap|Ap|AxA HA}Ap|A}AЉ|A讄A讄A}AI}AXf3AAAAЉ|A|A|AX0~AE0D3`P0Bortep`0Br websitp0BS>0tSF0<SE0|3E0>SG3"@3?5=TPP5u |A`5u Tp5uet_aH5* @paramH5AUI5TIJ5r th@6= image fAP6A@ile_B`6A 3C6=23PP6u A`6u@id. p6u`4K63Kp6u@y arL60|ApLM63N8@ theO9`3OO9/P?PP9Q3PQ9ZQO94ZO9+ZR:D Z`P:B p`:BZp:BD:t3S:< ZR:|R:>ZT="EF=83PPFu ZF`FApFu[UFUFA3VF@if (VWF AXG@ ( $XG+P3YHDx3`PHB@a['fp`HB ApHB@ ===GHt3ZH<3YH| ZYH>P?P[TQ\[\TH]Z3]]Z.tributes[ 'version' ] : '', 'showBlockContent' => $attributes[ 'showBlockContent' ], 'showFallbackImg' => isset( $attributes[ 'showFallbackImg' ] ) ? $attributes[ 'showFallbackImg' ] : false, 'fallbackImgUrl' => isset( $attributes[ 'fallbackImgUrl' ] ) ? $attributes[ 'fallbackImgUrl' ] : '' ]; if ( isset( $_essential_attrs[ 'showBlockContent' ] ) && $_essential_attrs[ 'showBlockContent' ] === false ) { return ''; } //Query Result $result = $this->get_posts( $customQueryData ); $query = [ ]; if ( isset( $result->posts ) && is_array( $result->posts ) && count( $result->posts ) > 0 ) { $query = apply_filters( 'eb_post_grid_query_results', $result->posts ); } //set total posts if ( isset( $result->found_posts ) ) { if ( isset( $attributes[ 'loadMoreOptions' ][ 'totalPosts' ] ) ) { $attributes[ 'loadMoreOptions' ][ 'totalPosts' ] = $result->found_posts; } if ( isset( $_essential_attrs[ 'loadMoreOptions' ][ 'totalPosts' ] ) ) { $_essential_attrs[ 'loadMoreOptions' ][ 'totalPosts' ] = $result->found_posts; } } array_walk( $_default_attributes, function ( $key ) use ( $attributes, &$_essential_attrs ) { $_essential_attrs[ $key ] = $attributes[ $key ]; } ); ob_start(); Helper::views( 'post-grid', array_merge( $attributes, [ 'essentialAttr' => $_essential_attrs, 'classHook' => $classHook, 'queryData' => $queryData, 'posts' => $query, 'block_object' => $this ] ) ); return ob_get_clean(); } }