You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helpful utilities for Elementor, Jet Engine, and beyond.
10
10
11
11
== Description ==
12
12
13
-
This plugin provides an Admin Page called, "Widget Usage" that shows the individual posts in which a widget is used.
14
-
Currently, the Elementor Element Manager only shows the total number of usages of a widget. We're always wondering
15
-
where those widgets are being used, and "Widget Usage" is the answer to that question.
13
+
This plugin 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.
16
14
17
-
Solid Dynamics also provides several dynamic tags under the "Solid Dynamics" section:
15
+
Solid Dynamics also provides several dynamic tags under the "Solid Dynamics" section in Elementor:
18
16
19
17
- `Custom Callback`: Call any php function. The current post is passed as the first argument.
20
18
- `Menu`: Returns comma-separated post ids of a specific menu.
21
19
- `Parent Meta`: Retrieves the meta value of the parent post based on the entered meta key.
22
20
- `List Pluck`: Pluck `field` off each item in `list` (`src` meta or option), and join with `sep`.
23
21
- `Post Field`: Retrieves custom post field by name.
24
22
25
-
This plugin also provides several general use and Elementor specific settings at Settings > 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.
23
+
This plugin 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.
26
24
27
25
General:
28
26
@@ -53,6 +51,15 @@ The code is managed on [github](https://github.com/SolidDigital/solid-dynamics),
53
51
54
52
== Changelog ==
55
53
54
+
= 1.6.2 =
55
+
2024-11-24
56
+
- Feature: Moving "Solid Dynamics" to its own menu page
57
+
- Patch: Ensuring "Widget Usage" menu option is visible
0 commit comments