Skip to content

Commit

Permalink
= 4.2.6.5 =
Browse files Browse the repository at this point in the history
  • Loading branch information
tungnxt89 committed Apr 8, 2024
1 parent bf2fbcf commit af28489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/TemplateHooks/Course/FilterCourseTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function sections( array $data = [] ) {
if ( is_callable( [ $this, 'html_' . $field ] ) ) {
$sections[ $field ] = [ 'text_html' => $this->{'html_' . $field}( $data ) ];
} else { // For custom field.
$sections[ $field ] = apply_filters( 'learn-press/filter-courses/sections/field/html', NULL, $field, $data );
$sections[ $field ] = apply_filters( 'learn-press/filter-courses/sections/field/html', '', $sections, $field, $data );
}
}

Expand Down

0 comments on commit af28489

Please sign in to comment.