If you'd like to customize the search text (in the properties search), just add a filter like this to your functions.php file:
add_filter( 'rentfetch_search_placeholder_text', 'custom_search_text' ); function custom_search_text( $text ) { return 'My custom search text here!'; }
There was an error while loading. Please reload this page.