Changeset 2618059
- Timestamp:
- 10/22/2021 12:04:02 AM (4 years ago)
- File:
-
- 1 edited
-
plugin-tags/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugin-tags/trunk/readme.txt
r2618057 r2618059 48 48 **Yes there is, one filter**: `ptags/option` which contains **all the data saved by the plugin** in an array which is stored **in a single option**. 49 49 You can use the code below to preset your favorite configuration *(used "**Hello Dolly**" plugin as example)*: 50 50 51 ``` 51 52 // Change plugin tags config … … 96 97 ``` 97 98 98 💡 * (If you have no idea where to put this code, add it at the end of your `functions.php` which is in your **theme folder**)*99 💡 *If you have no idea where to put this code, add it at the end of your `functions.php` which is in your **theme folder**. * 99 100 100 101 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.