Add missing hook docs in content.php (#1628)

This commit is contained in:
Bruno Ribarić 2021-03-16 12:50:16 +01:00 committed by GitHub
parent 55376f5b7c
commit a9fec2c989
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@
*
* @hooked storefront_post_header - 10
* @hooked storefront_post_content - 30
* @hooked storefront_post_taxonomy - 40
*/
do_action( 'storefront_loop_post' );
?>