Admin Tour
by KrishaWeb 5 (2 reviews)

Admin Tour

Admin Tour helps you to create a tour for admin. Admin user can go through the tour and they will get the knowledge about how to use the admin panel.

Admin Tour ranks #27,401 among WordPress.org plugins with 20+ active installations, a 5/5 rating from 2 reviews, and was last updated Oct 17, 2025. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 6.8 (Current: 7.1)
v1.4 Current Version v1.4
Updated 10 months ago Last Update on 17 Oct, 2025
Refreshed 14 hours ago Last Refreshed on
Top 50% by installs
View on WordPress.org
Rank
#27,401
No change
Active Installs
20+
+17.6%
KW Avg Position
43
0.2 worse
Downloads
3.1K
+4 today
Support Resolved
0%
No change
Rating
100%
Review 5 out of 5
5 (2 reviews)

Next Milestone 30

Total Progress 40%
20+ 30+
15,646
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 6 more installs to reach 30+

Rank Changes

24,987 25,899 26,810 27,721 28,633 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026
24,957 25,934 26,912 27,889 28,866 01-09-2026 02-09-2026 03-09-2026 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026
Current #27,401
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026
0 10 01-09-2026 02-09-2026 03-09-2026 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

5.0
2 reviews
Overall 100%
5
2 (100%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Track This Plugin

Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.

Start Tracking Free

Plugin Details

Version
1.4
Last Updated
Oct 17, 2025
Requires WP
6.6+
Tested Up To
6.8
PHP Version
8.1 or higher
Author
KrishaWeb

Support & Rating

Rating
★ ★ ★ ★ ★ 5
Reviews
2
Support Threads
0
Resolved
0%

Keywords

Upgrade to Pro

Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.

Upgrade Now

Frequently Asked Questions

Common questions about Admin Tour

Yes, you can add it using this filter: add_filter( 'wat_pointers', function( $pointers ) { // Register pointer for contact form 7. $pointers['toplevel_page_wpcf7'] = array( 'screen_info' => array( 'name' => __( 'Contact form List', 'admin-tour' ), 'url' => add_query_arg( array( 'page' => 'wpcf7' ), admin_url( 'admin.php' ) ), ), array( 'id' => 'add_new', 'tagget_element' => '.page-title-action', // jQuery selector ID, class or any other method. 'title' => __( 'Add new', 'admin-tour' ), 'content' => __( 'Add new form.', 'admin-tour' ), 'position' => array( 'edge' => 'left', 'align' => 'left', ), 'url' => add_query_arg( array( 'page' => 'wpcf7-new' ), admin_url( 'admin.php' ) ), ), array( 'id' => 'edit', 'tagget_element' => '#the-list tr:eq(0) .title', // jQuery selector ID, class or any other method. 'title' => __( 'Edit form', 'admin-tour' ), 'content' => __( 'Edit contact form.', 'admin-tour' ), 'position' => array( 'edge' => 'bottom', 'align' => 'left', ), ), ); return $pointers; } ); screen_info array is used for the dahboard widget, what ever text you wish to keep there, you can keep it here.
Yes, you can do it easily using this filter: add_filter( 'wat_pointers', function( $pointers ) { // default the below pointer will be added to the last $pointers['general'][] = array( 'id' => 'menu_comments', 'tagget_element' => '#menu-comments', // jQuery selector ID, class or any other method. 'title' => __( 'Comments', 'admin-tour' ), 'content' => __( 'You can hover the category and you will see the edit option, click on it to edit that category.', 'admin-tour' ), 'next_pointer' => '', 'position' => array( 'edge' => 'left', 'align' => 'left', ), ); // Change pointer ordering as per your wish $reorder = array( 'menu_posts', 'menu_media', 'menu_pages', 'menu_comments', 'menu_users', 'wat_widget' ); $pointers['general'] = wat_reorder_pointers( $pointers['general'] ); return $pointers; } );
You can do it using the below filter. You need to add it in the function file. add_filter( 'wat_dismiss_expiration_time', function( $expiration ) { return 60 * DAY_IN_SECONDS; } );
Yes, you can do it easily using this filter: add_filter( 'wat_allowed_roles', function( $roles ) { $roles[] = 'shop_manager'; return $roles; } );
You can do it using this constant in wp-config.php: define( 'WAT_SHOW_ADMIN_BAR_OPTION', false ); I have an idea for a great way to improve this plugin. Great! I’d love to hear from you at support@krishaweb.com

More plugins by KrishaWeb

Sign In / Register

You need to sign in or register to use this feature.