Create a WordPress plugin that registers a custom Elementor widget called 'Code Highlighter'. This widget will allow users to paste or type code, select the programming language, toggle line numbers on or off, and include a 'Copy to Clipboard' button. The plugin will enqueue PrismJS for syntax highlighting, include a PrismJS theme, and load Clipboard.js for copy functionality. In the widget's _get