$data['mime_type'] ?? 'text/html' ) );
if ( $quickwebp_settings ) {
wp_add_inline_script(
'code-editor',
sprintf(
'jQuery( function() { wp.codeEditor.initialize( %1$s, %2$s ); } );',
wp_json_encode( (string) $quickwebp_key_option ),
wp_json_encode( $quickwebp_settings )
)
);
}