0.5.22 Rest API Updates and Tribune Image Maintenance Functions
- Add github actions for deployment
- Register ACF Fields within action
- Add permission_callback
- Fixes
PHP Notice: Function register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>jacobin/featured-content/(?P<slug>[a-zA-Z0-9-]+)</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="[https://wordpress.org/documentation/article/debugging-in-wordpress/">Debugging](https://wordpress.org/documentation/article/debugging-in-wordpress/%22%3EDebugging) in WordPress</a> for more information. (This message was added in version 5.5.0.)
- Add image ID to gallery img tag
- Add user data
emailfirst_namelast_name- https://trello.com/c/WfJ96ruJ
- Term Data Info
- Add
parent_objpropidcountdescriptionlinknameslugtaxonomyparent
- https://trello.com/c/3d5mNH1Q
- Add
- Add CLI util to delete media
wp delete-featured-images --site=4 --before=20210701 --dry-runwp delete-attachments --site=4 --before=20210701 --dry-run- https://trello.com/c/D3MTmTPD