WordPress undefined function error on using add_action() in functions.php
If add_action is undefined, it means WP is not loaded in the regular way. Assuming we are talking about functions.php in the theme folder (and not the functions.php in the wp-includes folder, which you must not mess with) there should be no problem, unless the php-file itself is run outside WP. This could happen, for … Read more