# king-addons/51.1.49/includes/widgets/TB_Archive_Description/script.js

King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder, version 51.1.49. 7 lines.

- Page: https://pluginprobe.com/plugins/king-addons/51.1.49/code/includes/widgets/TB_Archive_Description/script.js
- Raw: https://pluginprobe.com/plugins/king-addons/51.1.49/raw/includes/widgets/TB_Archive_Description/script.js
- Modified: 2026-01-06T16:52:16+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/king-addons/51.1.49/code/includes/widgets/TB_Archive_Description/script.js#L10-L20`.

```javascript
(function($){
    const init = () => {};
    $(window).on('elementor/frontend/init', () => {
        elementorFrontend.hooks.addAction('frontend/element_ready/global', init);
    });
})(jQuery);

```
