# solid-performance/1.3.0/src/Performance/Admin/meta/index.js

Solid Performance – Your No-Code Caching, Performance, &amp; Page Speed Solution, version 1.3.0. 4 lines.

- Page: https://pluginprobe.com/plugins/solid-performance/1.3.0/code/src/Performance/Admin/meta/index.js
- Raw: https://pluginprobe.com/plugins/solid-performance/1.3.0/raw/src/Performance/Admin/meta/index.js
- Modified: 2024-08-12T20:38:26+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/solid-performance/1.3.0/code/src/Performance/Admin/meta/index.js#L10-L20`.

```javascript
import { registerPlugin } from '@wordpress/plugins';
import solidIcon from './icon';
import SolidMeta from './meta';
registerPlugin( 'swpsp-cache', { render: SolidMeta, icon: solidIcon } );
```
