Wordpress - WordPress Hooks System
Identify the error in this code snippet:
function my_func() {
echo 'Hi';
}
add_action('init', my_func);function my_func() {
echo 'Hi';
}
add_action('init', my_func);15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions