: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Class WPML_Compatibility_Factory
class WPML_Compatibility_Factory implements IWPML_Frontend_Action_Loader, IWPML_Backend_Action_Loader {
* Create array of compatibility objects.
public function create() {
$hooks['gutenberg'] = new WPML_Compatibility_Gutenberg( new WPML_WP_API() );
$hooks['jetpack'] = new WPML_Compatibility_Jetpack();
if ( defined( 'ELEMENTOR_VERSION' ) ) {
$hooks['elementor'] = new WPML_PB_Fix_Maintenance_Query();