Remove Dashboard Access

Wordpress Plugin
Download latest - 1.1.5

Download Stats

Today 43
Yesterday 110
Last Week 619
All Time 157,682
Banner 772x250


Releases (10 )

Version Release Date Change Log
1.1.5 2022-04-19
1.1.4 2022-04-19

on April 18, 2022 =

Remove Dashboard Access is now being maintained by TrustedLogin! Remove Dashboard Access aligns with what we do at TrustedLogin: simply making WordPress more secure. Email any questions to support@trustedlogin.com.

  • Fixed: Deprecated function screen_icon() warning
  • Fixed: Issue when front-end editing of profiles when the $pagenow global is not defined (#24)
  • Fixed: Potential Invalid argument supplied for foreach() PHP warning (#22)
1.1.3 2017-10-01
  • Fixed a compatibility issue with bbPress and the media grid view.
1.1.2 2015-02-03
  • Bump tested-up-to to 4.1.0
  • Miscellaneous readme changes.
1.1.1 2014-07-16

Bug Fix:

  • Move options back to Settings > Dashboard Access screen to resolve conflict with page_on_front UI.
1.1 2014-07-15

Enhancements: * Instantiate as a static instance for better modularity * Move Dashboard Access Controls settings to Settings > Reading * Add optional login message option * Add better settings sanitization * New Filter: rda_default_caps_for_role - Filter default roles for Admins, Editors, and Authors * New Debug Mode

Bug Fixes: * Remove unnecessarily stringent URL mask on the redirect URL option

1.0 2013-03-04
  • Complete rewrite!
  • New: Limit dashboard access for Admins only or by capability
  • New: Allow/disallow edit-profile access
  • New: Choose your own redirect URL
  • New Filter: rda_default_access_cap - Change default access capability
  • New Filter: rda_toolbar_nodes - Filter which back-end Toolbar nodes are hidden
  • New Filter: rda_frontend_toolbar_nodes - Filter which front-end Toolbar nodes are hidden
0.4 2011-10-16

Refined DOING_AJAX check for logged-out users, props @nacin and @BoiteAWeb

0.3 2011-10-12

Changed cap to manage_options, replaced PHP_SELF with DOING_AJAX

0.2 2011-10-09

Replaced preg_match with admin-ajax test. Added compatibility with rewritten dashboard URLs.