# wp-pic-site-plugins

The `wp-pic-site-plugins` shortcode displays a list of your site's plugins.

{% hint style="danger" %}
**Third-party plugins:** (plugins not hosted on the WordPress Plugin Directory) are excluded from this site list.
{% endhint %}

Here's an example of the shortcode in use:

{% code overflow="wrap" %}

```
[wp-pic-site-plugins cols="2" col_gap="20" row_gap="20" scheme="scheme13" layout="large"]
```

{% endcode %}

The following are the shortcode parameters.

### id

The ID surrounding the container that contains the site plugins.

### cols

The number of columns (1-3) for the site plugins layout.

### col\_gap

The gap between columns in pixels.

### row\_gap

The gap between rows in pixels.

### scheme

The scheme used. Can be scheme1 - scheme14.

### layout

The layout used. Can be card, flex, wordpress, ratings, and large.

### {slug}={title} or {slug}="false"

A slug can be set in the shortcode attributes to override the title or disable the plugin from displaying.

Simply use the plugin or theme slug in the shortcode attributes.

Here's an example:

{% code overflow="wrap" %}

```
[wp-pic-site-plugins cols="2" col_gap="20" row_gap="20" scheme="scheme13" layout="large" easy-digital-downloads="Easy Digital Downloads" query-monitor="false"]
```

{% endcode %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dlxplugins.com/wp-plugin-info-card/shortcodes/wp-pic-site-plugins.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
