Good day.
There is such a line:
if preg_match("/href=/", $commentdata['comment_content']) { Triggering occurs by the presence in the text href = How to add here to also trigger another value, for example, src =
Good day.
There is such a line:
if preg_match("/href=/", $commentdata['comment_content']) { Triggering occurs by the presence in the text href = How to add here to also trigger another value, for example, src =
Source: https://ru.stackoverflow.com/questions/799073/
All Articles
'~(?:href|src)=~'- Edward