/home/techb158/dev.aleamaralawal.com/wp-content/plugins/polylang-pro/modules/block-editor
NameSizeModeActions
abstract-language-switcher-block.php52940644editdlrm
block-editor-plugin.php113180644editdlrm
frontend-filters-widgets-blocks.php15130644editdlrm
language-switcher-block.php19670644editdlrm
load.php7910644editdlrm
navigation-language-switcher-block.php108280644editdlrm
widget-editor-language-attribute.php28100644editdlrm
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(); } } );