$style ); // Merge the provided $get_options with the default data $get_options = wp_parse_args($get_options, $default_data); // Ensure $column is set to default values if not already provided $column = isset($column) ? $column : apply_filters('upstudy_course_archive_grid_column', array('upstudy-col-lg-4 upstudy-col-md-6 upstudy-col-sm-12')); // Load the template with the specified layout style tutor_load_template('tpl-part.course.th-layouts', compact('get_options')); ?>