daomapsieucap / fiber-admin

💈 Bring multiple customization features to make your own WordPress admin.
https://wordpress.org/plugins/fiber-admin/
0 stars 1 forks source link

Convert email #28

Closed phongkhuu115 closed 1 year ago

phongkhuu115 commented 1 year ago

@daomapsieucap I have finished fixing the issue of converting email. Can you take a look? Thank you!

The demo is on my lab site.

My solution was to use a new regex, get all text inside HTML tags, then look for email and replace.

Regex test link

image

image

phongkhuu115 commented 1 year ago

@daomapsieucap I have fixed the regex and function to match all case, can you check again? Thank you!!