AngularJS filters are a powerful feature that allows developers to manipulate and format data in their applications. Filters can be used to transform data in various ways, such as formatting dates, sorting arrays, filtering arrays based on specific criteria, and more. In this deep dive, we will explore some of the most commonly used AngularJS […]
Tag Archives: filters
Hooks are a way for one piece of code to override other code at specific, pre-defined place. They make up the foundation stone for how plugins and themes interact with WordPress Core, but they’re also used extensively by WordPress Core itself. There are two types of hooks: Actions and Filters. To use them, we need to function to […]


