tools/wordpress-hook-generator
WordPress Hook Generator
The WordPress Hook Generator allows you to generate the code for WordPress hooks in a few clicks.
snippet.php
function wp_skills_custom_hook() {
// Your code...
}
add_action( 'activate_header', 'wp_skills_custom_hook', 10, 0 );