Skip to content

Commit

Permalink
Resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
iamprazol committed Aug 27, 2024
2 parents 14b9fd8 + fb0e7fb commit aa9401f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/class-ur-smart-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ function ( &$value ) {
*/
$prefix = apply_filters( 'ur_unique_id_prefix', 'ur' );
$unique_id = uniqid( $prefix, $uni_entropy );
$unique_id = apply_filters( 'ur_modify_unique_id_smart_tag', $unique_id );
$content = str_replace( '{{' . $tag . '}}', $unique_id, $content );
break;
case 'approval_link':
Expand Down

0 comments on commit aa9401f

Please sign in to comment.