I used this function to output all the variables on my page
I got a bunch of code strings eg:Code:<?php var_dump(get_defined_vars()); ?>
["post_excerpt"]
I have tried to output these values like this:
but they don't show.Code:<?php echo $post_excerpt; ?>
I am really just trying to find out what variables are available to me to use. I have plugins that are showing information on the page so I imagine there are quite a few I can use.
How do I show what variables are available to me cleanly? Thanks








Bookmarks