How do I change the name on Sessions for i.e. Classes ?

  1. Home
  2. Docs
  3. Fudge
  4. Frequently Asked Question...
  5. How do I change the name on Sessions for i.e. Classes ?

How do I change the name on Sessions for i.e. Classes ?

To rename Sessions to Classes

a) Please open wp-content -> themes – fudge ->functions.php. It’s an important file in the Theme. So please take a backup the file prior to any changes.

b) Search for the following code (around line number 66)
‘sessions’ => __(‘Sessions’, ‘fudge’),

c) Replace Above code with the following
‘sessions’ => __(‘Classes’, ‘fudge’),

d) Then Update the file.

Was this article helpful to you? Yes 1 No