What's the issue with this code snippet?
add_title() before we define itadd_title() twicename as a parameteradd_title() doesn't return anythingGreat! We can't use add_title() before we define it, but we can use it twice and use name as a parameter.
Oh noes! We can't use add_title() before we define it, but we can use it twice and use name as a parameter.