1. Home
  2. Wordpress
  3. 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