Link to posts with Data from Entries field
add_filter(‘frmpro_fields_replace_shortcodes’, ‘frm_dfe_link_to_post’, 10, 4); function frm_dfe_link_to_post($replace_with, $tag, $atts, $field){ if ( isset($atts[‘link’]) && $atts[‘link’] == ‘true’ && isset( $atts[‘show’] ) && $atts[‘show’] == ‘id’ ){ if ( !is_array( $replace_with ) ){ $replace_with = array( $replace_with ); } $ids = array_filter(…Continue reading