YourPlugins

Hook reference

Part of Developer reference.

All docs

If you need developer-level customization, WordPress hooks are still the safest extension point in version 3.x.

In general, PHP hooks are more stable across versions than old frontend DOM assumptions or legacy jQuery integrations.

For frontend-only changes, first consider theme options and scoped CSS. For JavaScript integrations, see JavaScript integration.