# depicter/1.2.0/app/src/Modules/Beaver/includes/frontend.js.php

Depicter — Popup &amp; Slider Builder, version 1.2.0. 6 lines.

- Page: https://pluginprobe.com/plugins/depicter/1.2.0/code/app/src/Modules/Beaver/includes/frontend.js.php
- Raw: https://pluginprobe.com/plugins/depicter/1.2.0/raw/app/src/Modules/Beaver/includes/frontend.js.php
- Modified: 2022-08-20T06:49:42+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/depicter/1.2.0/code/app/src/Modules/Beaver/includes/frontend.js.php#L10-L20`.

```php
jQuery(function($) {
	<?php if ( $settings->document_id ) : ?>
		Depicter.initAll();
	<?php endif; ?>
});

```
