Skip to content

Instantly share code, notes, and snippets.

@raygesualdo
Created August 5, 2014 13:28
Show Gist options
  • Select an option

  • Save raygesualdo/060de9c4891fdcf412fd to your computer and use it in GitHub Desktop.

Select an option

Save raygesualdo/060de9c4891fdcf412fd to your computer and use it in GitHub Desktop.
Modify Submission Hook for Statamic's Raven
/*
|--------------------------------------------------------------------------
| Hook: Modify Submission
|--------------------------------------------------------------------------
|
| Allow submission modification by other add-ons with the ability to manipulate
| content of the submission. Has access to the success and config.
|
*/
$submission = Hook::run('raven', 'modify_submission', 'replace', $submission, compact('submission', 'config', 'success'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment