edit.php
Table of Contents
Functions
- HookBrand_guidelinesEditEditbeforeheader() : void
- Ensure we always pass along the Brand Guidelines callback URL, if one was provided.
- HookBrand_guidelinesEditUploadreviewabortnext() : bool
- Hooks onto the upload review workflow (for upload then edit mode) when "save and next" is carried out and adds the first resource ID (which is supposed to be the last uploaded resource, for brand guidelines) to the manage content callback (redirect URL).
- HookBrand_guidelinesEditRedirectaftersavetemplate() : bool
- Hooks onto the edit then upload mode and changes the redirect URL to the provided callback. This will allow the upload_batch page to use it once the file upload has finished.
Functions
HookBrand_guidelinesEditEditbeforeheader()
Ensure we always pass along the Brand Guidelines callback URL, if one was provided.
HookBrand_guidelinesEditEditbeforeheader() : void
Tags
HookBrand_guidelinesEditUploadreviewabortnext()
Hooks onto the upload review workflow (for upload then edit mode) when "save and next" is carried out and adds the first resource ID (which is supposed to be the last uploaded resource, for brand guidelines) to the manage content callback (redirect URL).
HookBrand_guidelinesEditUploadreviewabortnext() : bool
Tags
Return values
boolHookBrand_guidelinesEditRedirectaftersavetemplate()
Hooks onto the edit then upload mode and changes the redirect URL to the provided callback. This will allow the upload_batch page to use it once the file upload has finished.
HookBrand_guidelinesEditRedirectaftersavetemplate() : bool