function zh_get_invoice_round_off_number()
{
global $post;
return get_post_meta($post->ID, 'invoice_round_off_number', true);
}
function zh_invoice_round_off_number()
{
echo zh_get_invoice_round_off_number();
}
1 comment
Comments are closed.
In the loop :
Or with your function :