Closed ahbyass closed 3 years ago
When getting posts via ajax with admin-ajax
Timber\Integrations\WooCommerce\WooCommerce does not init.
Specifically highlighted when trying to use Product Twig Function.
Fixed by changing line 55
if ( is_admin() && ! wp_doing_ajax() ) { return; }
Sorry for the late reply. I just realized that this is the same issue as #22. This is fixed in the 0.6.0 release.
When getting posts via ajax with admin-ajax
Timber\Integrations\WooCommerce\WooCommerce does not init.
Specifically highlighted when trying to use Product Twig Function.
Fixed by changing line 55