• Some wordpress captcha plugin use login_form hook to add their fields. Is it possible to provide support for login_form hook in my plugin’s custom form? It means if someone use this hook to add their work it will reflect on my custom plugin’s form so that i can get benefit from this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can pretty much use any hook in the plugins that you used in your theme. Plugins are used for data and functionality you want to keep even if you change themes. Most of the functionality of your site should be stored in plugins unless it deals with a specific theme issue. You should be able to keep it in a plugin rather than the theme.

    Thread Starter shewa12

    (@shewa)

    could you please tell me how can i make login_form support able from my plugin so that if any plugin add action for login_form hook i can get their work in my side

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Provide Support for WP Hooks in Custom Plugin’ is closed to new replies.