Hi,
I want to replace all instances of plugin name from the source code( which was obtained by right-clicking and viewing source.)
I tried to use the replae html function but it didn’t work. On the left hand side I added the word I needed to replace. As an example I will say I wanted to replace the word “woocommerce”.(this I copied from source code).
Now left hand side of the replace html module I added the word woocommerce.
Right-hand side I replaced it with newcommerce.
But it didn’t change any instance of the word ‘woocommerce'” in the source code. On right-clicking the view source code, it remains the same.