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