Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BP 1.2 : \”bp_filter_request is not defined\”


Brajesh Singh
Participant

@sbrajesh

this is a scope and closure issue.

the function will not be avilable outside the closure it was defined.It has a local scope in global.js.

your better option would be copy it and define in your file until Andy puts it in the global scope.

Skip to toolbar