Skip to content

Conversation

@sanketio
Copy link
Contributor

@sanketio sanketio commented Aug 7, 2025

Description of the Change

Add new RSA_NETWORK_MODE constant to define default setting for network mode for multisite.

Closes #317

How to test the Change

  1. Network activate the plugin on multisite
  2. Add define( 'RSA_NETWORK_MODE', 'enforce' ); or define( 'RSA_NETWORK_MODE', 'default' ); to your site's wp-config.php file.
  3. It should use that setting across the network.

Changelog Entry

Added - New RSA_NETWORK_MODE constant to define default setting for network mode for multisite

Credits

Props @sanketio

Checklist:

@sanketio sanketio marked this pull request as draft August 7, 2025 14:19
@github-actions github-actions bot added the needs:code-review This requires code review. label Aug 7, 2025
@github-actions github-actions bot removed the needs:code-review This requires code review. label Aug 7, 2025
@sanketio sanketio marked this pull request as ready for review August 7, 2025 15:05
@github-actions github-actions bot added the needs:code-review This requires code review. label Aug 7, 2025
@dkotter dkotter added this to the 7.6.0 milestone Aug 7, 2025
@dkotter dkotter merged commit 53ab770 into develop Aug 7, 2025
17 checks passed
@dkotter dkotter deleted the feature/317-network-mode-constant branch August 7, 2025 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs:code-review This requires code review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add constant to define the Network Mode

2 participants