Custom Layout not Rendering Correctly with Beaver Builder?

Custom Layout not Rendering Correctly with Beaver Builder?

This is a rare scenario, and to resolve such an issue try inserting the following filter in the child theme』s functions.php –

add_filter( 'astra_bb_render_content_by_id', '__return_true' );

Refer this doc on How to Add Custom PHP Code?

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注