Skip to content

Instantly share code, notes, and snippets.

@davidmaneuver
Created November 12, 2018 13:01
Show Gist options
  • Save davidmaneuver/28fea469f5165ea7d7002fa848328a07 to your computer and use it in GitHub Desktop.
Save davidmaneuver/28fea469f5165ea7d7002fa848328a07 to your computer and use it in GitHub Desktop.
<?php
add_filter('Timber\PostClassMap', function(){
return [
'post' => '\Example\Model\MyPost'
];
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment