Course Content
WordPress Developer Basics for Beginners

Task: Add your name or website in footer using action hook

Steps:

  1. Go to Theme → functions.php

  2. Paste above code

  3. Save → Refresh site → Footer shows text

Tip: Test in child theme to avoid losing changes on updates.