Forums
Forums / Plugin: Polylang / Polylang for Blocks in Widgets
(@chiscoleiton)
4 years, 3 months ago
The blocks in the widgets don’t show me the Polylang language option.
(@mstudioil)
I had this problem, I used this code add_filter( 'use_widgets_block_editor', '__return_false' ); to return to the classic editor You can find more here https://developer.ww.wp.xz.cn/block-editor/how-to-guides/widgets/opting-out/
add_filter( 'use_widgets_block_editor', '__return_false' );
The topic ‘Polylang for Blocks in Widgets’ is closed to new replies.