### s2If Custom Conditional Functions Source: https://github.com/wpsharks/s2member/blob/dev/readme.txt This example shows how to add custom conditional functions to s2If. It demonstrates how to allow specific conditional functions by filtering the list of allowed conditionals. ```php add_filter( 'ws_plugin__s2member_s2if_custom_conditionals', '__return_true' ); ``` -------------------------------- ### Mailchimp Example Update: Group Title to Group Category Source: https://github.com/wpsharks/s2member/blob/dev/CHANGELOG.md The Mailchimp example in s2Member has been updated to use 'Group Category' instead of 'Group Title' to align with Mailchimp's current terminology. This ensures accurate integration with Mailchimp's settings. ```php s2Member integration with Mailchimp now uses 'Group Category' instead of 'Group Title'. ``` -------------------------------- ### Update Mailchimp Example Group Title to Group Category Source: https://github.com/wpsharks/s2member/blob/dev/readme.txt The Mailchimp example in the s2Member UI has been updated from 'Group Title' to 'Group Category' to align with Mailchimp's current terminology. This change is reflected in s2Member > API / List Servers > Mailchimp. ```html <!-- Mailchimp Group Category Example --> <input type="text" name="groups[Group Category]" value="Example Group" /> ``` -------------------------------- ### s2Member Bug Fix for Mozilla/Firefox Login Handler Source: https://github.com/wpsharks/s2member/blob/dev/CHANGELOG.md Corrects an issue with `