Holiday Notice:

Please note that our team will be on holiday from 31st March to 2nd April 2025. During this period, there may be slight delays in our response time. We appreciate your patience and understanding.

Thank you for your continued support!

Okay
  Print

How to extend plugin functionality in theme

How to extend plugin functionality in theme

Please follow steps how to extend plugin functionality into the theme.

Create a folder in child theme with name extend

and then copy the shortcodes and hooks folder from plugin( workreap_core ) and paste into extend folder

Then you can find registration and login form and make the changes in it

in this way you can extend your plugin functionality into the theme and on theme update, your changes will not loss.

Please note : If you are using child theme then you can add extend folder in child theme.