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.