$post_id, ) ) ); } } else { FLBuilder::render_content_by_id( $post_id, 'div', array() ); } } /** * Load styles and scripts for the BB layout. * * @param int $post_id Post id. * * @since 1.6.0 */ public function enqueue_scripts( $post_id ) { if ( is_callable( 'FLBuilder::enqueue_layout_styles_scripts_by_id' ) ) { // Enqueue styles and scripts for this post. FLBuilder::enqueue_layout_styles_scripts_by_id( $post_id ); } } } endif;