Admin Only Dashboard

বৰ্ণনা

Introducing the Admin Only Dashboard WordPress plugin – the simple yet powerful solution for securing your website’s backend. This feature-rich plugin offers the following capabilities:

  • No Configuration Needed: Enjoy a hassle-free setup process. The plugin works out of the box, requiring no additional configuration.
  • Administrator-Only Access: Ensure that only administrators have access to the dashboard area. This prevents unauthorized users from making changes to your website.
  • Redirect Non-Administrators: Automatically redirect non-administrator users to the home page, providing a seamless user experience while maintaining security.
  • Disable Admin Toolbars: The plugin automatically disables admin toolbars for non-administrator users, further enhancing security and preventing unauthorized actions.
  • Enhanced Security: Protect your website from potential security threats by restricting access to sensitive areas and ensuring that only authorized personnel can manage your site.
  • Developer-Friendly Filters: Developers can easily customize the plugin’s behavior by using filters. For example, you can modify the allowed roles to include administrators and editors, or change the redirection page to a custom URL.

Filters

Filter capability

function admon_capability() {
    return 'unfiltered_html'; // Allow administrator and editor to access dashboard
}
add_filter( 'admon_access_capability', 'admon_capability' );

Filter redirection page

function admon_redirect() {
    return home_url( '/user-account/' );
}
add_filter( 'admon_redirect_page', 'admon_redirect' );

পৰ্য্যালোচনা

নৱেম্বৰ 25, 2024 1টা প্ৰত্যুত্তৰ
I’m Wondering how their are no reviews for this plugin, but really its as simple as it is, very effective 🙂 thanks for the developer
আটাই 1টা পৰ্য্যালোচনা পঢ়ক

অৱদানকাৰী আৰু বিকাশকাৰীসকল

“Admin Only Dashboard” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।

অৱদানকাৰীসকল

আপোনাৰ ভাষাত “Admin Only Dashboard” অনুবাদ কৰক।

বিকাশৰ প্ৰতি আগ্ৰহী?

ক’ড ব্ৰাউজ কৰক, SVN ৰিপজিটৰী চাওক নাইবা RSS-দ্বাৰা বিকাশৰ পঞ্জী ছাবস্ক্ৰাইব কৰক।

সলনি-পঞ্জী

1.0.0

  • First version