1. Home
  2. ›
  3. Wordpress
  4. ›
  5. Get post meta

Run the following code to quickly get and display all post meta data.

#wordpress#php
print_r( get_post_meta( get_the_ID()));
copy
Full Wordpress cheatsheet