• If I create a plugin function like so:

    add_action($point_hook, ‘apply_prize’);

    is there any way to get the value of $point_hook from within apply_prize()?

  • The topic ‘Obtaining the plugin hook from within the function’ is closed to new replies.