-

The “Why” and “How” Behind My New Laravel Hooks Package
•
Continue Reading: The “Why” and “How” Behind My New Laravel Hooks PackageWhen you switch ecosystems after a decade, you miss some comforts. For me, moving from WordPress to Laravel meant losing the familiar hooks system. After relying on an older package that appeared unmaintained, I decided to build my own modern, reliable solution. Here’s the “why” and “how” behind the artisanpack-ui/hooks package.
-

Adding filter and action hooks to your WordPress plugin
•
Continue Reading: Adding filter and action hooks to your WordPress pluginWordPress is known for its customizations, but sometimes as plugin or theme developer, it can be tricky to figure out how to let your users add in customizations. That’s where filters and hooks come into play.
