Changeset 3371807
- Timestamp:
- 10/02/2025 01:31:45 PM (3 months ago)
- Location:
- menu-item-types
- Files:
-
- 2 edited
-
tags/1.7/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
menu-item-types/tags/1.7/readme.txt
r3371798 r3371807 20 20 21 21 == Create your own item type == 22 You need to declare your new type ina plugin, child theme, or your custom theme like this :22 ou need to declare your new type in, functions.php, a plugin, child theme, or your custom theme like this : 23 23 24 24 ` … … 137 137 * Fix : buildin paragraph slug (maybe if you excluded it with the error, it will be back in your admin, sorry) 138 138 * Fix : image size in Image type 139 * Update readme.txt with more code information 139 * Update readme.txt with more code information (thanks to Shoulders for his help) 140 140 * PHP 8.x required 141 141 -
menu-item-types/trunk/readme.txt
r3371797 r3371807 20 20 21 21 == Create your own item type == 22 You need to declare your new type ina plugin, child theme, or your custom theme like this :22 ou need to declare your new type in, functions.php, a plugin, child theme, or your custom theme like this : 23 23 24 24 ` … … 137 137 * Fix : buildin paragraph slug (maybe if you excluded it with the error, it will be back in your admin, sorry) 138 138 * Fix : image size in Image type 139 * Update readme.txt with more code information 139 * Update readme.txt with more code information (thanks to Shoulders for his help) 140 140 * PHP 8.x required 141 141
Note: See TracChangeset
for help on using the changeset viewer.