true, 'aqwa_blog_section_title' => esc_html__( 'Our Blog', 'aqwa' ), 'aqwa_blog_section_subtitle' => esc_html__( 'Latest News & Event', 'aqwa' ), 'aqwa_blog_section_text' => esc_html__( 'Lorem Ipsum is simply dummy text of the printing. Lorem Ipsum has been when an unknown printer took.', 'aqwa' ), 'aqwa_blog_button_text' => esc_html__( 'Read More', 'aqwa' ), 'aqwa_blog_section_column' => esc_html__('3', 'aqwa'), ); if( $filter ) { return apply_filters( 'aqwa_blog_section_default', $default ); } return $default; }