A beginner’s guide to WordPress hooks: actions, filters and custom functions
WordPress hooks are a powerful tool for developers looking to modify the default behavior of the WordPress platform. There are two types of hooks in WordPress: action hooks and filter hooks.
WordPress Code Snippets Plugin Tutorial – Easy Custom Functions and Shortcodes
Code Snippets is an easy, clean and simple way to run code snippets on your site. It removes the need to add custom snippets to your theme’s functions.php file.