• Resolved kuprosa

    (@metal450)


    A very minor change that’d be very beneficial for forward-compatibility: applying a filter to the $bots array in core.php. Providing such a filter would allow users to supplement the bot list without needing to modify the plugin’s core, even if/when plugin updates stop.

    Simply a matter of something like:
    $bots = apply_filters(‘useronline_bots’, $bots);
    on line 80 ??

    https://www.ads-software.com/extend/plugins/wp-useronline/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-UserOnline] Forward Compatibility: New Bot Useragents’ is closed to new replies.