This topic contains 1 reply, has 1 voice. Last updated by Manuel Gentinetta 3 years, 2 months ago.
Topic Author | Topic |
---|---|
Posted: Monday Oct 14th, 2013 at 9:05 am #60339 | |
Hello there, I am building a LinkedIn-Importer for a site that uses s2members for it’s registration form. However, browsing through the code, it seems to me that each field is not passed to a filter before output. Did I overlook something? At the moment, I am falling back to the ‘format_to_edit’ filter (which is WP core), because it is applied to each field value before outputting. Something like apply_filters( ‘s2members_registration_field’, $field ); would help a lot. |