Donate', ); return array_merge( $links, $additional_links ); } return $links; } /** * update_message() * * Add an update message for the 4.0 version because it contains breaking * changes. */ public function update_message( $data, $response ) { printf( '

%s

', __( 'Version 4.0 is a breaking change. Please update any color palette shortcodes to blocks before upgrading.', 'tdg-color-palette' ) ); } } new Setup;