I wanna add a shortcode in the functions.php
from WordPress, so I can use my function in my site.
The problem is, obviously the shortcodes.php
is included after the functions.php
, so it gives me an error:
Call to undefined function
add_shortcode
How can I add shortcodes in my functions.php
?