rtec_after_registration_submit is an action that runs after a valid form is submitted, the entry has been added to the database, and any emails have been […]
Filter: rtec_fields_attributes
rtec_fields_attributes is a filter for dynamically altering form fields. Usage <?php add_filter( ‘rtec_fields_attributes’, ‘function_name’ ); ?> Changelog Pro 1.0 – introduced Free 2.0 – introduced […]
Filter: rtec_user_data
rtec_user_data is a filter for dynamically assigning user data for use in form fields. Usage <?php add_filter( ‘rtec_user_data’, ‘function_name’ ); ?> Changelog Pro 2.5 – […]
Filter: rtec_email_recipients
rtec_email_recipients is a filter for dynamically assigning email addresses to the list of recipients for email messages sent from the plugin. Usage <?php add_filter( ‘rtec_email_recipients’, […]
Filter: rtec_payments_line_items
rtec_payments_line_items is a filter for dynamically adding or changing line items right before checkout. Usage <?php add_filter( ‘rtec_payments_line_items’, ‘function_name’, 10, 2 ); ?> Parameters $line_items […]