Title: Solid Dynamics
Author: soliddigital
Published: <strong>2021 年 6 月 17 日</strong>
Last modified: 2025 年 9 月 17 日

---

搜尋外掛

![](https://ps.w.org/solid-dynamics/assets/banner-772x250.jpg?rev=2905287)

![](https://ps.w.org/solid-dynamics/assets/icon-256x256.png?rev=2779300)

# Solid Dynamics

 由 [soliddigital](https://profiles.wordpress.org/soliddigital/) 開發

[下載](https://downloads.wordpress.org/plugin/solid-dynamics.1.12.0.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/solid-dynamics/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/solid-dynamics/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/solid-dynamics/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/solid-dynamics/#developers)

 [技術支援](https://wordpress.org/support/plugin/solid-dynamics/)

## 外掛說明

Elementor Widget Usage

Solid Dynamics provides an Admin Page called, “Widget Usage” under the “Solid Dynamics”
menu that shows the individual posts in which a widget is used. Currently, the Elementor
Element Manager only shows the total number of usages of a widget. We’re always 
wondering where those widgets are being used, and “Widget Usage” is the answer to
that question.

Elementor Custom CSS Info

A Solid Dynamics Admin Page called, “Custom CSS Usage” shows two types of custom
CSS. First, at the top of the page is shown the total lines of custom CSS in the
Elementor site settings. Second, in a table below is shown the pages that have widget
with custom CSS under the Advanced tab.

Elementor Dynamic Tags

Solid Dynamics also provides several dynamic tags under the “Solid Dynamics” section
in Elementor:

 * `Custom Callback`: Call any php function. The current post is passed as the first
   argument.
 * `Menu`: Returns comma-separated post ids of a specific menu.
 * `Parent Meta`: Retrieves the meta value of the parent post based on the entered
   meta key.
 * `List Pluck`: Pluck `field` off each item in `list` (`src` meta or option), and
   join with `sep`.
 * `Post Field`: Retrieves custom post field by name.
 * `Post Type Label`: Retrieves post type label.

Elementor Display Conditions

Solid Dynamics also provides several display conditions for Elementor:

 * `Solid Dynamics Macro`: access post or user data, e.g. `post|post_content`, `
   user|user_email`, or call any function `function|get_current_user_id`. The result
   can be checked directly or compared against a value.

Settings

Solid Dynamics also provides several general use and Elementor specific settings
under the menu Solid Dynamics. All settings have to be opted in to. Activating the
plugin does not activate any of the settings. Activating the plugin does automatically
make the dynamic tags listed above available.

General Settings:

 * Disable 404 permalink guessing.
 * Disable the enumeration of users using the rest API. Disables `/wp-json/wp/v2/
   users` and `/wp-json/wp/v2/users/:ID`
 * Add a sortable column of registration dates to the Users page

Elementor:

 * Hide the “Back to WordPress Editor” button from the edit page.
 * Hide the page title from the Hello Elementor theme.
 * Wrap content with `main#content`.
 * Make fade in entrance animations more subtle.

### Contributing

The code is managed on [github](https://github.com/SolidDigital/solid-dynamics),
and synced to [WordPress’ Solid Dynamics SVN repo](https://plugins.trac.wordpress.org/browser/solid-dynamics/).

## 螢幕擷圖

[⌊Custom Callback Dynamic Tag using the wp function wp_get_post_parent_id.⌉⌊Custom
Callback Dynamic Tag using the wp function wp_get_post_parent_id.⌉[

Custom Callback Dynamic Tag using the wp function `wp_get_post_parent_id`.

[⌊Custom Menu Dynamic Tag⌉⌊Custom Menu Dynamic Tag⌉[

Custom Menu Dynamic Tag

[⌊The various Dynamic Tag options⌉⌊The various Dynamic Tag options⌉[

The various Dynamic Tag options

## 安裝方式

 1. Download, unzip, and upload the plugin folder to `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Solid Dynamics〉的開發相關工作。

參與者

 *   [ soliddigital ](https://profiles.wordpress.org/soliddigital/)
 *   [ lukechinworth ](https://profiles.wordpress.org/lukechinworth/)
 *   [ peterajtai ](https://profiles.wordpress.org/peterajtai/)

[將〈Solid Dynamics〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/solid-dynamics)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/solid-dynamics/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/solid-dynamics/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/solid-dynamics/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/solid-dynamics/)。

## 變更記錄

#### 1.12.0

2025-09-17
 – Remove element option as hello elementor handles skip links. – Remove
page title checkbox as hello elementor has this now. – Fix fade in animation adjustment.–
Add menu icon.

#### 1.11.0

2025-08-07
 – Add get param to display condition macro.

#### 1.10.0

2025-06-02
 – Add dynamic tag to get post type label. – Add compare option to display
condition.

#### 1.9.2

2025-05-27
 Add compare select to display conditions macro.

#### 1.9.1

2025-05-27
 Bumping patch version to have version show correctly in WP Plugin Directory

#### 1.9.0

2025-05-26
 Adding information about custom Elementor CSS

#### 1.8.0

2025-01-19
 Adding setting to add to the Users page a sortable registration date
column

#### 1.7.0

2024-11-26
 – Feature: Update elementor fade in animation css.

#### 1.6.2

2024-11-24
 – Feature: Moving “Solid Dynamics” to its own menu page – Patch: Ensuring“
Widget Usage” menu option is visible

#### 1.6.1

2024-11-23
 – Patch: Changelog update

#### 1.6.0

2024-11-23
 – Feature: `Widget Usage`

#### 1.5.0

2023-04-08
 – Feature: add `Disable Users REST API` – Feature: add `Post Field` 
dynamic tag.

#### 1.3.4

2022-12-09
 – Fix fatal error on get_class call.

#### 1.3.3

2022-12-09
 – Add support for term and user meta to list pluck tag.

#### 1.3.2

2022-12-05
 – Add support for wp_options to list pluck tag.

#### 1.3.0

2022-11-01
 – Feature: add settings: Disable 404 permalink guessing; Hide the page
title from the Hello Elementor theme; Wrap Elementor content with `main#content`;
Make Elementor fade in entrance animations more subtle.

#### 1.2.0

2022-09-02
 – Feature: add settings page with option to remove elementor’s “back
to wp editor” button.

#### 1.1.3

2022-08-13
 – Bug fix: Do not try to load JetEngine if plugin is not preseent

#### 1.1.2

2022-08-09
 – Bug fix: Escape custom callback output with wp_kses_post since it 
could include html. – Bug fix: Escape the menu output with esc_html since it should
only be comma-separated ids.

#### 1.1.0

2022-03-16
 – Feature: Add menu dynamic tag.

#### 1.0.0

2021-06-15
 – Feature: Initial release

## 中繼資料

 *  版本 **1.12.0**
 *  最後更新 **10 個月前**
 *  啟用安裝數 **70+**
 *  已測試相容的 WordPress 版本 **6.8.6**
 *  PHP 版本需求 ** 7.0 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/solid-dynamics/)
 * 標籤:
 * [dynamic tags](https://tw.wordpress.org/plugins/tags/dynamic-tags/)[elementor](https://tw.wordpress.org/plugins/tags/elementor/)
   [jet engine](https://tw.wordpress.org/plugins/tags/jet-engine/)[macros](https://tw.wordpress.org/plugins/tags/macros/)
 *  [進階檢視](https://tw.wordpress.org/plugins/solid-dynamics/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/solid-dynamics/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/solid-dynamics/reviews/)

## 參與者

 *   [ soliddigital ](https://profiles.wordpress.org/soliddigital/)
 *   [ lukechinworth ](https://profiles.wordpress.org/lukechinworth/)
 *   [ peterajtai ](https://profiles.wordpress.org/peterajtai/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/solid-dynamics/)