'; } } /** * Add closing wrapper div for 'ast-row' after Astra template part. * * @since 1.2.7 * @return void */ public function astra_templat_part_wrap_close() { if ( is_archive() || is_search() || is_home() ) { echo ''; } } } /** * Initialize class object with 'get_instance()' method */ Astra_Loop::get_instance(); endif;