php - Timber/WooCommerce 3.3.x issue?

73

Solution:

In case someone else is running into a similar issue, the cause of the problem is the hook used to add WooCommerce support to the theme. I usually use the 'init' hook to add all my theme support, including WC. For v 3.3.0 and up, it appears as though the init hook is fired too late in the process and WC support has to be added using the 'after_setup_theme' hook.

People are also looking for solutions to the problem: php - Not Redirecting header() . Not echoed anything

Source

Didn't find the answer?

Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.

Ask a Question

Write quick answer

Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.

Similar questions

Find the answer in similar questions on our website.