Skip to content

Instantly share code, notes, and snippets.

@joshfeck
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.
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