Skip to content

Instantly share code, notes, and snippets.

@jgrossi
Created February 22, 2016 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgrossi/c99c94253e8a28b1e49d to your computer and use it in GitHub Desktop.
Save jgrossi/c99c94253e8a28b1e49d to your computer and use it in GitHub Desktop.
Get post custom fields
<?php
$post = Post::find(1);
$avatar = $post->meta->avatar;
$phone = $post->meta->phone;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment