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