aboutsummaryrefslogtreecommitdiffstats
path: root/doc/en/hook/get_photo.bb
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/hook/get_photo.bb')
-rw-r--r--doc/en/hook/get_photo.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/en/hook/get_photo.bb b/doc/en/hook/get_photo.bb
new file mode 100644
index 000000000..eaf3beffb
--- /dev/null
+++ b/doc/en/hook/get_photo.bb
@@ -0,0 +1,14 @@
+[h2]get_photo[/h2]
+
+Called when fetching the content of photos (except for profile photos) in mod_photo.
+
+
+Hook arguments:
+
+'imgscale' => integer resolution requested
+'resource_id' => resource_id of requested photo
+'photo' => array of matching photo table rows after querying for the photo
+'allowed' => whether or not access to this resource is allowed
+
+
+