Making WordPress.org

Changeset 13351

Timestamp:
03/18/2024 01:33:49 AM (4 months ago)
Author:
dd32
Message:

Support Forums: Redirect the email plugin forum to the troubleshooting forum.

The forum has only been getting threads unrelated to the plugin, and appears to be general WordPress users looking for support.

See https://wordpress.slack.com/archives/C02QB8GMM/p1710620350196789

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-hooks.php

    r13170 r13351  
    410410        if (
    411411            'plugin' === get_query_var( 'bbp_view' ) &&
    412             in_array( get_query_var( 'wporg_plugin' ), array( 'ask-question', 'technical-support' ) )
     412            in_array( get_query_var( 'wporg_plugin' ), array( 'ask-question', 'technical-support' ) )
    413413        ) {
    414414            wp_safe_redirect( home_url( '/forum/how-to-and-troubleshooting/' ) );
Note: See TracChangeset for help on using the changeset viewer.