Register to receive hooks
Hooks can be used to manipulate the gallery at any given stage. List of hooks :
before-building-upper-panel on-media-json
For example:
_cp_go_hooks["before-building-upper-panel"] = function(go) {
go.args.allow_search = "yes";
return "[this is a link]";
};