From a9fec2c989bff9a33e7ff4d3806d2c21354c49eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ribari=C4=87?= <43731400+ribaricplusplus@users.noreply.github.com> Date: Tue, 16 Mar 2021 12:50:16 +0100 Subject: [PATCH] Add missing hook docs in content.php (#1628) --- content.php | 1 + 1 file changed, 1 insertion(+) diff --git a/content.php b/content.php index 863e974c..96cfec3c 100644 --- a/content.php +++ b/content.php @@ -15,6 +15,7 @@ * * @hooked storefront_post_header - 10 * @hooked storefront_post_content - 30 + * @hooked storefront_post_taxonomy - 40 */ do_action( 'storefront_loop_post' ); ?>