Answers for "wordpress print all variables from template"

PHP
2

wordpress display all variables

echo '<pre>';
	print_r(get_post_custom($post_id));
echo '</pre>';
Posted by: Guest on March-09-2021

Code answers related to "wordpress print all variables from template"

Browse Popular Code Answers by Language