do_action( "neve_loop_{$current_post_type}_after" )
Executes actions after a post loop.
Description
The dynamic portion of the hook name, $current_post_type, refers to the post type slug. This hook is not available for the following post types: post, page, product.
Possible action names include:
- neve_loop_attachment_after
- neve_loop_acme_product_after
Source
File: index.php
Part of Neve free theme | View on GitHub
Changelog
Version | Description |
---|---|
2.11 | Introduced. |