invp_get_the_payment_frequency( $post_ID = null )
Source Source
File: includes/template-tags.php
function invp_get_the_payment_frequency( $post_ID = null ) { if( empty( $post_ID ) ) { $post_ID = get_the_ID(); } return INVP::get_meta( 'payment_frequency', $post_ID ); }
Expand full source code Collapse full source code View on Github