This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_filter( 'gravityview_field_entry_value_list', 'gravityview_convert_list_items_to_links', 10, 4 ); | |
/** | |
* If there are URLs in a List field, convert them to links. Otherwise, display the original value. | |
* | |
* @param string $output HTML value output | |
* @param array $entry The GF entry array | |
* @param array $field_settings Settings for the particular GV field |