/home/techb158/dev.aleamaralawal.com/wp-content/plugins/polylang-pro/modules/block-editor
Edit: /home/techb158/dev.aleamaralawal.com/wp-content/plugins/polylang-pro/modules/block-editor/load.php (791B)
model->get_languages_list() && pll_use_block_editor_plugin() ) {
if ( $polylang instanceof PLL_Admin ) {
$polylang->block_editor_plugin = new PLL_Block_Editor_Plugin( $polylang );
}
if ( $polylang instanceof PLL_Frontend ) {
$polylang->filters_widgets_blocks = new PLL_Frontend_Filters_Widgets_Blocks( $polylang );
}
$polylang->widget_editor = new PLL_Widget_Editor_Language_Attribute();
$polylang->switcher_block = ( new PLL_Language_Switcher_Block( $polylang ) )->init();
$polylang->navigation_block = ( new PLL_Navigation_Language_Switcher_Block( $polylang ) )->init();
}
}
);