Astra_Beaver_Themer::builder_after_render_content( int $post_id )
Function to theme after render content
Description
Parameters
- $post_id
-
(int) (Required) Post ID.
Source
File: inc/compatibility/class-astra-beaver-themer.php
public function builder_after_render_content( $post_id ) {
?>
</div><!-- #primary -->
<?php if ( 'right-sidebar' === astra_page_layout() ) : ?>
<?php get_sidebar(); ?>
<?php endif ?>
<?php
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 1.0.28 | Introduced. |