So let's say I'm using some page builder or shortcode and I need to replace a module/block on many pages; for example I'm searching this on wp_posts content column :
[et_pb_text _builder_version="3.15"]
[wp_forecast]
[/et_pb_text]
The actual input text will not allow me to do that as it does not support the newlines.
A text area is more suitable in this case.
So let's say I'm using some page builder or shortcode and I need to replace a module/block on many pages; for example I'm searching this on wp_posts content column :
The actual input text will not allow me to do that as it does not support the newlines.
A text area is more suitable in this case.