I am looking at the filter here:
apply_filters( 'hivepress/v1/emails/{email_name}', $props, $email )
And it says available emails are in the includes/emails
directory of HivePress. I am looking in the directory here, and don’t see everything.
/wp-content/plugins/hivepress/includes/emails
For instance, where is hivepress/v1/emails/message_send
? Or what about all the ones for the extensions, such as the booking extension? I’m assuming the dropdown values in the emails section show some of them as well?
Do you have a full list somewhere including all your extensions? Thanks in advance.