Categories
Categories

Hooks – Developers docs

Developer Hooks Reference
Last updated on February 12, 2024
Note: The Solid Affiliate codebase is rapidly evolving and subject to change at any time. For this reason, we are not publishing stable documentation for hooks (actions and filters).

Hooks Reference

  • The best way to see all the hooks in Solid Affiliate is to search/grep the codebase for the strings do_action(“solid_affiliate and apply_filters(“solid_affiliate
  • All hooks are prefixed with "solid_affiliate, for example  do_action("solid_affiliate/Affiliate/new_registration/success", $affiliate_id, $user_id)

In practice, the chances that an update to our plugin will break any integrations using our hooks is low but we do still need to provide this fair warning. Please test and maintain any integrations or custom code you write. This is true of any WordPress plugin you use and integrate with. We hope you take our honesty on this matter as a sign of good faith!

In this article