Ted Whitehead
Ted Whitehead
@nreynis I was also surprised to find this out about `required`. Do you have a preferred solution? I’m considering this plugin https://wordpress.org/plugins/required-taxonomies/ Thanks!
FYI here are the logs from Query Monitor showing all the deprecation notices: Deprecated Constant FILTER_SANITIZE_STRING is deprecated wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php:22 Deprecated Constant FILTER_SANITIZE_STRING is deprecated wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php:28 Deprecated strtolower(): Passing null to...
Sorry, this was introduced in 8.1. I just updated the title to reflect that. More info here: https://php.watch/versions/8.1/internal-method-return-types
@Log1x Sure thing! I added return types to the offending functions in this PR https://github.com/Log1x/navi/pull/55 However, it would probably be best to add types to all functions at some point....
Figma also adds an entry each time I copy the exact same text 😕 FWIW [Clipy](https://github.com/Clipy/Clipy) doesn’t have this issue but I’m not a Swift dev so not sure how...
I agree in theory, but the list is hard to scan and will only get harder as more items are added. In the interest of getting more people to actually...
FYI, found this in the docs when trying to figure out why validation wasn’t happening on selects on change: >### Validation event >By default, forms are validated on submit, triggered...
Any update on this? Thanks!
FYI `SupportsAlign: false` isn’t having any effect for me in WP v5.4.1 ``` {{-- Title: Example block Category: mycategory Icon: align-right Keywords: example Mode: auto PostTypes: page post custom-post-type SupportsAlign:...
@ushka I was able to render a block in my template with `@include('blocks.my-custom-block')` without any issues. I then cloned the block fields to that page’s field group in ACF. This...