Feature Request: Access test filter
-
Hi there,
Would it be possible to add an apply_filters() call to the return of the
invite_anyone_access_test
function? I love that this plugin provides some controls to administrators for limiting access, but those controls don’t quite match my needs. If the access test return value were filterable, I could hook into it to perform the check I need to.E.g. line 394 of by-email.php could be changed from:
return true;
to something like:
return apply_filters( 'invite_anyone_access_test', true );
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Feature Request: Access test filter’ is closed to new replies.