libreform / wp-libre-form

Easy native HTML5 forms for WordPress. Version 1.5 is unmaintained, but works without issue. 2.0 has been rewritten from the ground, and can be found at https://github.com/libreform/libreform
https://wordpress.org/plugins/wp-libre-form
GNU General Public License v3.0
67 stars 27 forks source link

add filter for frontend dependencies #46

Closed k1sul1 closed 7 years ago

k1sul1 commented 7 years ago

This filter makes it much easier to extend WPLF client side.

Basically it allows users to include custom scripts before WPLF. This is useful with Google reCAPTCHA, if you only want to include the reCAPTCHA api.js on pages that have forms on them.

Sky is the limit.

anttiviljami commented 7 years ago

LGTM