Custom Shop Hooks

Updated 10 July 2026

The woo_app_* action hooks run only on /app/shop and /app/search – unlike standard WooCommerce hooks, they fire exclusively inside the app shell. Use them to inject banners, badges, notices, and custom markup at any point in the product loop.

Full hook reference in your admin: The plugin ships a built-in guide at /wp-admin/admin.php?page=wc-app-help#custom-hooks – it lists every hook with a ready-to-copy example and updates automatically with the plugin.

Hook Map – /app/shop & /app/search

Hooks fire in this order for every shop or search page load:

Code Examples

Paste any example into your theme’s functions.php or a custom plugin. Never edit files inside the WooCommerce App plugin folder — changes are lost on update.