Learn WordPress Development
5 subscribers
3 photos
48 links
Download Telegram
Do you what is a hook in WordPress?
There are two types of hooks available in WP, Action Hooks and Filter Hooks.

Actions hooks can perform an action before, after or middle of another function execution.

Filter hooks can modify data in WordPress, for example when you want to modify a post's title or content you can use related filter hooks.

Learn how to use Action and Filter Hooks in WordPress.

#wordpress_actions #wordpress_hooks #wordpress_filters