We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow dashboard options, screens or sections to be shown based on conditions that have been set. Here's a basic example
[balance_buddypress_protect] section = "buddypress" title = "Private Community" type = "radio" field_options[] = "on=On" field_options[] = "off=Off" default_value = "off" condition = "is_main_site"
This would allow a lot more flexibility especially in Multisite enviroments or 3rd Party plugins.
The text was updated successfully, but these errors were encountered:
MrMaz
No branches or pull requests
Allow dashboard options, screens or sections to be shown based on conditions that have been set. Here's a basic example
This would allow a lot more flexibility especially in Multisite enviroments or 3rd Party plugins.
The text was updated successfully, but these errors were encountered: