ID, $id, true )) ? get_post_meta( $post->ID, $id, true ) : 0; $current_fundrainers = (get_post_meta( $post->ID, '_fundraisers', true )) ? get_post_meta( $post->ID, '_fundraisers', true ) : 0; $current_donations = (get_post_meta( $post->ID, '_donations_so_far', true )) ? get_post_meta( $post->ID, '_donations_so_far', true ) : 0; $paypal_email = (get_post_meta( $post->ID, '_custom_paypal_email', true )) ? get_post_meta( $post->ID, '_custom_paypal_email', true ) : ''; ?>
Use this field if you want to use custom PayPal email for this specific cause, if left empty then global PayPal email which you have specified on Theme Options page will be used instead