Skip to content

Commit

Permalink
Remove "global" rate limit from dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rgiosan committed Dec 17, 2024
1 parent 6a5b2ef commit 9ce65a6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions includes/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,12 +309,6 @@ function display_rate_monitor_dashboard_widget() {
}

$rows = array(
array(
'label' => __( 'Rate Limit:', 'autoshare-for-twitter' ),
'remaining_key' => 'rate_limit_remaining',
'limit_key' => 'rate_limit_limit',
'reset_key' => 'rate_limit_reset',
),
array(
'label' => __( 'User 24-Hour Limit:', 'autoshare-for-twitter' ),
'remaining_key' => 'user_limit_24hour_remaining',
Expand Down

0 comments on commit 9ce65a6

Please sign in to comment.