# wp-ultimate-post-grid/3.0.0/assets/js/shared.js

WP Ultimate Post Grid, version 3.0.0. 8 lines.

- Page: https://pluginprobe.com/plugins/wp-ultimate-post-grid/3.0.0/code/assets/js/shared.js
- Raw: https://pluginprobe.com/plugins/wp-ultimate-post-grid/3.0.0/raw/assets/js/shared.js
- Modified: 2020-01-24T07:48:58+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/wp-ultimate-post-grid/3.0.0/code/assets/js/shared.js#L10-L20`.

```javascript
if (!global._babelPolyfill) { require('babel-polyfill'); }
import 'whatwg-fetch';

// Global variables.
import { createHooks } from '@wordpress/hooks';
let hooks = createHooks();

export { hooks };
```
