Typed apply_filters: a modern and safe best practice for your WordPress developments

Some powerful features have been added to PHP, especially since version 7.0 to foster secure and safe code. Type declarations and strict typing are among the well-adopted features often considered best practices for modern PHP code. However, this does not always play well with WordPress development where customizable code is […]

Continue Reading