@artempr
Active 6 years, 8 months ago
-
Henry Wright replied to the topic Cannot find functions defined somewhere in BP core in the forum Installing BuddyPress 7 years, 5 months ago
@artempr yes you can but it’s recommended you use the
messages_message_before_save
action instead of the individual filters:messages_message_sender_id_before_save
messages_message_thread_id_before_save
messages_message_subject_before_save
messages_message_content_before_save
messages_message_date_sent_before_saveYou can use it like…[Read more]