Difference between Action Hook and Filter Hook in WordPress
Hooks are the real power and the magic of WordPress. The Action Hooks add new functionality (using add_action()), while Filter Hooks manipulate the post content (using add_filter()). add_action( 'init', array(…