Stagent
by stagent 1 (0 reviews)

Stagent

Stagent is a lightweight WordPress plugin to display bookings from Stagent on your website using a simple shortcode.

Stagent ranks #56,382 among WordPress.org plugins with 1+ active installations, is #1,105 of 1,922 in the Calendar & Events category, a 1/5 rating from 0 reviews, and was last updated Apr 1, 2025. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 6.7 (Current: 7.1.2)
v0.2.5 Current Version v0.2.5
Updated 1 year ago Last Update on 01 Apr, 2025
Refreshed 19 hours ago Last Refreshed on
#1,105 of 1,922 in Calendar & Events No update in over a year
View on WordPress.org
Rank
#56,382
No change
Active Installs
1+
No change
KW Avg Position
39.7
0.6 better
Downloads
446
+3 today
Support Resolved
0%
No change
Rating
20%
Review 1 out of 5
1 (0 reviews)

Next Milestone 10

Total Progress 30%
0+ 10+
43,445
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 7 more installs to reach 10+

Rank Changes

47,285 51,651 56,016 60,381 64,747 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
46,613 52,434 58,256 64,077 69,898 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 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #56,382
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 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 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 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-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

1.0
0 reviews
Overall 20%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about Stagent

Log in to your Stagent account and navigate to Account > API Tokens to generate a personal access token.
Copy your personal access token from Stagent and paste it into the Settings > Stagent page in your WordPress admin.
The easiest way is to create your shortcode using the Shortcode Generator located in the Settings > Stagent page under the "Shortcode Generator" tab. Want to do it manually? Use the [stagent_bookings] shortcode to display the bookings list. Customize it with these attributes: - team="id": Filter bookings by a specific team ID. - artists="id,id": Comma-separated list of artist IDs to filter bookings. - show="all|upcoming|past": Control which bookings to display: - all (default): Upcoming and past bookings. - upcoming: Upcoming bookings only. - past: Past bookings only. - per_page="number": Number of bookings per page (default: 5). - canceled="true|false": Show canceled bookings: - false (default): Hide canceled bookings. - true: Include canceled bookings. - show_past="true|false": Show or hide the "Past" and "Upcoming" toggle buttons: - true (default): Show toggle buttons (if past bookings are enabled in settings). - false: Hide toggle buttons, showing only the selected show type. - dark_mode="true|false": Enable or disable dark mode for the bookings list: - false (default): Use light mode unless enabled in settings. - true: Enable dark mode for this shortcode instance. Example: Basic Usage [stagent_bookings] Displays bookings for the default team, showing 5 upcoming bookings with toggle buttons (if past enabled), excluding canceled ones, in light mode. Example: Specific Team [stagent_bookings team="d1e2f3"] Shows bookings for team ID "d1e2f3". Example: Filter by Artists [stagent_bookings team="d1e2f3" artists="a1b2c3,a4b5c6"] Filters bookings for team "d1e2f3" to artists "a1b2c3" and "a4b5c6". Example: Past Bookings Only [stagent_bookings show="past"] Displays past bookings for the default team. Example: Show Canceled Bookings [stagent_bookings canceled="true"] Includes canceled bookings. Example: Custom Per Page [stagent_bookings per_page="10"] Shows 10 bookings per page. Example: Hide Toggle Buttons [stagent_bookings show="upcoming" show_past="false"] Shows only upcoming bookings without toggle buttons. Example: Enable Dark Mode [stagent_bookings dark_mode="true"] Displays bookings in dark mode, overriding settings. Example: Full Control [stagent_bookings team="d4e5f6" artists="a1b2c3,a4b5c6" show="upcoming" per_page="15" canceled="true" show_past="false" dark_mode="true"] Shows 15 upcoming bookings (including canceled) for team "d4e5f6" and artists "a1b2c3", "a4b5c6", without toggle buttons, in dark mode.
Team IDs: Found in the URL: stagent.com/app/teams/ID. Artist IDs: Found in the roster URL: stagent.com/app/teams/team-id/roster/ID.
Use the shortcode attributes above. For further customization, apply CSS to the booking list classes or use the plugin’s filter hooks.
Yes, set STAGENT_DEVELOPMENT_MODE to true in wp-config.php to bypass caching: define('STAGENT_DEVELOPMENT_MODE', true);
Enable dark mode via the dark_mode="true" shortcode attribute or in Settings > Stagent to apply a dark theme to the bookings list display.

Sign In / Register

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