Adam Smith
Adam Smith
Having a weird issue where a `_data` loop in conjunction with an `if` statement does not render markdown. Instead it's rendering a `` and `` tag.
The use of an `` tag without an href attribute does not allow for a user to focus on the expandable item in the list. Suggestion: Use a different element,...
The bug deals with a bad select2-beta library which is included inside the vafpress-framework. This PR updates only one file, the select2 library with the latest release. Tested and everything...
Using version `3.0` I could not find the hook `woocommerce_email_settings` so I replaced the `add_filter` call with `woocommerce_email_settings_before`. Using the new `_before` hook changed what was being passed into the...