Individual PDF Name
-
Hello Emili,
I want the object ID as an individual PDF name. But do not get this.
Here is the code:
<?php /* Property ID if exists */ $property_id = get_post_meta( $post->ID, 'REAL_HOMES_property_id', true ); if ( ! empty( $property_id ) ) { echo esc_html__( 'Property ID','framework' ) . ': ' . esc_html( $property_id ); } ?>Thanks for your support.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Individual PDF Name’ is closed to new replies.