do_action( "neve_render_inside_content_{$post_id}" )
This hook triggers the render of the inside content custom layout template.
Description
Here we use it to capture the rendered content and return it as a string so that we can add it based on the selected display options inside the qualified posts.
Source
File: includes/modules/custom_layouts/admin/inside_layout.php
Part of Neve Pro Addon | View on GitHub
Changelog
| Version | Description |
|---|---|
| 3.0.5 | Introduced. |