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.