Hi, I’m new here and get GeneratePress to use Elements to add css and js to each specific page.
I intend to build the site using Bootstrap in the body, with the footer and menus from GeneratePress and GenerateBlocks.
The site will be built by creating templates for each page.
My question is: I saw several hooks in the theme and I want to know if there is a performance impact if I remove the hooks that I don’t intend to use.
My question is: I saw several hooks in the theme and I want to know if there is a performance impact if I remove the hooks that I don’t intend to use.
Unused Hooks don’t have any noticeable affect on performance.
If you intend to make any changes to the themes templates, you will need to make copies of those into a Child Theme otherwise the changes will be overwritten when the theme gets updated.