This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
/** | |
* get all values or just the from a field in a field group | |
* @param $post_id | |
* @param $field_name_or_id name as string or field group id and field id as array. | |
* for example array(3,2) to fetch field 2 from field group 3 | |
* @param $single bool return a single (the first) value or all values (as array) | |
* @return string or array | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This is my dabblet! | |
*/ | |
background: red; | |
#background: linear-gradient(45deg, #f06, yellow); | |
min-height:100%; |
NewerOlder