Text Replacement tool
-
Hello, I changed some text in the admin panel using branda’s Text Replacement feature, but I noticed a serious problem. I use a mu-plugin and the text in the link of the HTML tag in the plugin’s codes is also changed.
For example, I changed the word “wordpress” to “Brand” with Text Replacement. There is a link line in mu-plugin like this;
<img src="https://example.com/wp-content/uploads/2023/06/example-wordpress-blog.png" />
Although this line looks like this in the file, it looks like this on the website and the image does not work. (I noticed it while examining the source codes with f12)
<img src="https://example.com/wp-content/uploads/2023/06/example-Brand-blog.png" />
Can you check this? Shouldn’t the text replacement tool only change the text that appears in the admin panel?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.