| name | language | licence |
|---|---|---|
| search | PHP | Other |
| sidebar | PHP | Other |
| single | PHP | Other |
| Retrieving data from the array | PHP | Other |
| music2 | PHP | Other |
| Untitled Snippet | PHP | Other |
| Untitled Snippet | PHP | Other |
| Template : commercial | PHP | Other |
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 >
language: PHP
licence: Other
Retrieving data from the array
options: view full snippet • send to code collector
<?php
$custom_fields = get_post_custom('72');
$my_custom_field = $custom_fields['my_custom_field'];
foreach ( $my_custom_field as $key => $value )
echo $key . " => " . $value . "<br />";
?>



library
buttons (3)
wp (93)