/home/techb158/primomovers.ca/wp-content/plugins/polylang-pro/modules/block-editor
NameSizeModeActions
abstract-language-switcher-block.php52960644editdlrm
block-editor-plugin.php126950644editdlrm
error_log492000644editdlrm
frontend-filters-widgets-blocks.php15190644editdlrm
language-switcher-block.php19670644editdlrm
load.php7860644editdlrm
navigation-language-switcher-block.php94730644editdlrm
widget-editor-language-attribute.php28100644editdlrm
Edit: /home/techb158/primomovers.ca/wp-content/plugins/polylang-pro/modules/block-editor/load.php (786B)
model->has_languages() && 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(); } } );