' . __( 'Update needed for WPML Page Builders plugin', 'wpml-page-builders' ) . ''; $text .= '

' . __( 'To prevent conflicts with WPML, we have deactivated your outdated WPML Page Builders plugin. Please update and reactivate it to continue receiving compatibility updates for your page builders as they become available.', 'wpml-page-builders' ) . '

'; $text .= '

' . __( 'You can still receive compatibility updates without WPML Page Builders as part of the WPML core plugin. However, keeping the standalone plugin allows you to receive these updates sooner and more often.', 'wpml-page-builders' ) . '

'; $notices = wpml_get_admin_notices(); $notice = $notices->create_notice( 'deactivated-notice', $text, __CLASS__ ); $notice->set_flash(); $notice->set_hideable( true ); $notice->set_css_class_types( [ 'notice-info' ] ); $notices->add_notice( $notice ); } }