Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

wordpress display all variables

echo '<pre>';
	print_r(get_post_custom($post_id));
echo '</pre>';
 
PREVIOUS NEXT
Tagged: #wordpress #display #variables
ADD COMMENT
Topic
Name
2+2 =