<?php
$property_gallery = ere_get_property_gallery_images();
if ( $property_gallery ) {
echo '<div class="property-gallery">';
foreach ( $property_gallery as $image ) {
echo '<img src="' . $image . '" />';
}
echo '</div>';
}
?>
But it just returns a blank pdf.
]]>I want to add 2 types of pay per listing submission, for 1 day and for 1 month but there has only 1 type option.
help me that how can I make 2 Types submission (can we extend feature listing expiry date so we can give 2 types of listing normal listing for 1 day and feature listing for 30 days)
]]>See a picture:
https://ibb.co/K0H8xTM
]]>