Renaming a CS Classic Element

Is there any best practice / DB examples for renaming elements - we are tidying up our code and converging some elements - but we will need to rename references to them.

I noticed that wp_content has references via short codes - but do you store information elsewhere?

Any tips / examples greatly appreciated

Hi there,

We don’t have a supported way to handle this. The strings are localized so you could potentially rename them for the user by using a translation plugin or filtering gettext. There really isn’t a straightforward way to rename the actual shortcodes themselves that power the classic elements though.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.