Changeset 2887237
- Timestamp:
- 03/26/2023 10:17:51 PM (3 years ago)
- Location:
- admin-bar-site-id
- Files:
-
- 2 edited
-
tags/1.0.0/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin-bar-site-id/tags/1.0.0/readme.txt
r2887235 r2887237 29 29 A `functions_file_admin_bar_site_id_capability` [filter](https://developer.wordpress.org/plugins/hooks/filters/) exists that allows you to override the capability required to add the admin bar menu item. 30 30 31 ` ``31 ` 32 32 // Change the admin bar site ID capability. 33 33 add_filter( … … 52 52 return 'edit_posts'; 53 53 } 54 ``` 54 ` 55 55 56 == Changelog == 56 57 -
admin-bar-site-id/trunk/readme.txt
r2887234 r2887237 29 29 A `functions_file_admin_bar_site_id_capability` [filter](https://developer.wordpress.org/plugins/hooks/filters/) exists that allows you to override the capability required to add the admin bar menu item. 30 30 31 ` ``31 ` 32 32 // Change the admin bar site ID capability. 33 33 add_filter( … … 52 52 return 'edit_posts'; 53 53 } 54 ``` 54 ` 55 55 56 == Changelog == 56 57
Note: See TracChangeset
for help on using the changeset viewer.