HowTo: override functions from wp_booster classes

Posted in: Newspaper
Post count: 2

Hi,

how can I override methods from includes\wp_booster\td_page_generator.php in child theme? Do I really have to copy the hole file to change one function, or can I do that more smart by overriding just one function?

Post count: 20688

Hi,

You will have to create the same directory path inside the child theme, then copy the file in the child theme. Make your modifications in that file, and it will be used instead of the main theme file
https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks

Post count: 2

Hi Simon,

thanks for your reply. Of course I did read the docs before, but couldn’t imagine, that I have to copy a >1000 lines class to modify one function. Would be really a good step towards better child theme support, if custom classes could extend core classes!

Regards,
Marek

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.