Emanuel Kluge

Results 8 comments of Emanuel Kluge

Hi. As the actual template-files are only used as "controllers" and all the templating is made with mustache-templates, there may be some plugin-hooks, that aren't present in the theme and...

Hi Sam. I've finally found the time to deal with the `the_content`-hook-issue. I'm using the `apply_filters`-function and at the moment it's only that hook, that's supported. Maybe you want to...

> […] so maybe we should instead just return `undefined` or `null`? That would also be fine.

Yes, that sounds good. We're selling a SaaS product so there won't be any shipping address required anyway.

No, I only have `["email"]` set on the `requiredShippingContactFields`. Still, it doesn't work.

Check out the [`resourceQuery`](https://webpack.js.org/configuration/module/#rule-resourcequery)-property. Maybe this could help you.

`v2.12.x` has (accidentally) been released with the tag `next`. That's why it isn't fetched on `yarn add graphql-tag`. The Apollo team needs to change `v2.12.x`'s tag to `latest`.

@aklinker1 I'm facing the same issue currently. I need to consume post messages sent from an iframe. My content script runs in the main window. And for the iframe to...