Created
March 21, 2017 21:20
Don't show the "{ticket} is available to members only" message in the ticket selector. Add this to a functions plugin.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter( | |
'FHEE__EED_WP_Users_Ticket_Selector__maybe_restrict_ticket_option_by_cap__no_access_msg', | |
function() { return; } | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment