• I have a friend that was developing a theme for me and he has gotten sick, so I am trying to finish it up with my less than stellar PHP skills.

    I have the following in function.php:

    function theme_credit() {
    do_action(__FUNCTION__);
    }

    But I can’t understand where he defined __FUNCTION__

    Help Pls?

  • The topic ‘PHP Function do_action(__FUNCTION__)’ is closed to new replies.