Home › Forums › Basel support forum › Override BASEL_Search class Override BASEL_Search class This topic has 1 reply, 2 voices, and was last updated 7 years, 11 months ago by Artem Temos. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 13, 2017 at 9:01 pm #8901 wmacquinnParticipant I’m trying to modify some of the functionality of the BASEL_Search class in \inc\classes\Search.php Is it possible to override that file using the child theme? January 13, 2017 at 9:04 pm #8902 Artem TemosKeymaster Hello, Thank you for the question. Unfortunately, classes can’t be overridden in the child theme. All you can do is to unhook all methods (use remove_action()) and hook your own functions created in the child theme. Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register