Maciek Palmowski
Maciek Palmowski
There is a problem with WP2Static and Bedrock. Bedrock has a bit different folder structure (https://roots.io/docs/bedrock/master/folder-structure/) and the ABSPATH is pointing a bit wrong (it's pointing the `wp` folder when...
Oembeds
WordPress is using oEmbed feature - which in results adds oEmbed discovery urls to website header, which are based on the REST API: ``` ``` of course those won't work...
Based on #538 I added the support for new constants introduced in WP 5.5: - `WP_ENVIRONMENT_TYPES` - `WP_ENVIRONMENT_TYPE` if `WP_ENV` is set but no `WP_ENVIRONMENT_TYPE` than `WP_ENVIRONMENT_TYPE = WP_ENV` if...
It should fix #190 - It imports post_excerpt and author
- Add more examples - Add more info about getting blocks from subfolders
Now if user will install Timber ACF WP Blocks he'll get a fatal error if Timber is not installed. It should be fixed.
As mentioned in #39 - get_template_part has a support for $args variable now. Currently it's not compatible with WP < 5.5. I was thinking a bit about how add such...
Hi @GaryJones While looking at the code I noticed that `get_template_part` is not using the `$args` array which was introduced in WP 5.5. And I was wondering are you planning...