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
Fix save settings on admin page, (POST array key was incorrect).
Add confirm to clear all cache button on settings page.
Only load the Admin class in the admin.
Changed
Added a new capability (manage_wp_rest_api_cache) to view the settings page and/or admin bar which
is (mapped to delete_users).
The Dwnload\WpRestApi\RestApi\RestDispatch::FILTER_CACHE_EXPIRE filters expire sanitize function was changed from absint to inval function to allow for zero and negative numbers.
Pass is_admin_bar_showing() into FILTER_SHOW_ADMIN_BAR_MENU.