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
		}

Changelog

Changelog
Version Description
1.0.28 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.