apply_filters( 'messages_template_view_message', 'members/single/home' ) )
Continue reading →
apply_filters( 'messages_template_notices', 'members/single/home' ) )
Continue reading →
apply_filters( 'messages_template_sentbox', 'members/single/home' ) )
Continue reading →
apply_filters( 'messages_template_inbox', 'members/single/home' ) )
Continue reading →
apply_filters( 'messages_template_compose', 'members/single/home' ) )
Continue reading →
apply_filters( 'messages_notification_new_message_to', $email_to )
Continue reading →
apply_filters( 'messages_notification_new_message_subject', $email_subject, $sender_name )
Continue reading →
apply_filters( 'messages_notification_new_message_message', $email_content, $sender_name, $subject, $content, $message_link, $settings_link )
Continue reading →
apply_filters( 'messages_notice_subject_before_save', $this->subject, $this->id )
Continue reading →
apply_filters( 'messages_notice_message_before_save', $this->message, $this->id )
Continue reading →
apply_filters( 'messages_message_thread_id_before_save', $this->thread_id, $this->id )
Continue reading →
apply_filters( 'messages_message_subject_before_save', $this->subject, $this->id )
Continue reading →
apply_filters( 'messages_message_sender_id_before_save', $this->sender_id, $this->id )
Continue reading →
apply_filters( 'messages_message_date_sent_before_save', $this->date_sent, $this->id )
Continue reading →
apply_filters( 'messages_message_content_before_save', $this->message, $this->id )
Continue reading →
apply_filters( 'bp_message_thread_to', BP_Messages_Thread::get_recipient_links($messages_template->thread->recipients) )
Continue reading →
apply_filters( 'bp_messages_recipients', $recipients )
Continue reading →
apply_filters( 'bp_message_activate_deactivate_text', $text )
Continue reading →
apply_filters( 'bp_has_message_threads', $messages_template->has_threads(), $messages_template )
Continue reading →
apply_filters( 'bp_get_total_unread_messages_count', BP_Messages_Thread::get_inbox_count() )
Continue reading →
apply_filters( 'bp_get_the_thread_subject', $thread_template->thread->last_message_subject )
Continue reading →
apply_filters( 'bp_get_the_thread_recipients', sprintf( __( '%d Recipients', 'buddypress' ), count($thread_template->thread->recipients) ) )
Continue reading →
apply_filters( 'bp_get_the_thread_message_time_since', sprintf( __( 'Sent %s', 'buddypress' ), bp_core_time_since( strtotime( $thread_template->message->date_sent ) ) ) )
Continue reading →
apply_filters( 'bp_get_the_thread_message_sender_name', bp_core_get_user_displayname( $thread_template->message->sender_id ) )
Continue reading →
apply_filters( 'bp_get_the_thread_message_sender_link', bp_core_get_userlink( $thread_template->message->sender_id, false, true ) )
Continue reading →
apply_filters( 'bp_get_the_thread_message_sender_avatar_thumb', bp_core_fetch_avatar( array( 'item_id' => $thread_template->message->sender_id, 'type' => $type, 'width' => $width, 'height' => $height ) ) )
Continue reading →
apply_filters( 'bp_get_the_thread_message_content', $_REQUEST['content'] ) )
Continue reading →
apply_filters( 'bp_get_the_thread_message_alt_class', $class )
Continue reading →
apply_filters( 'bp_get_the_thread_id', $thread_template->thread->thread_id )
Continue reading →
apply_filters( 'bp_get_send_private_message_link', wp_nonce_url( $bp->loggedin_user->domain . $bp->messages->slug . '/compose/?r=' . bp_core_get_username( $bp->displayed_user->id, $bp->displayed_user->userdata->user_nicename, $b
Continue reading →
apply_filters( 'bp_get_message_thread_unread_count', $messages_template->thread->unread_count )
Continue reading →
apply_filters( 'bp_get_message_thread_view_link', trailingslashit( $bp->loggedin_user->domain . $bp->messages->slug . '/view/' . $messages_template->thread->thread_id ) )
Continue reading →
apply_filters( 'bp_get_message_thread_subject', stripslashes_deep( $messages_template->thread->last_message_subject ) )
Continue reading →
apply_filters( 'bp_get_message_thread_last_post_date', bp_format_time( strtotime( $messages_template->thread->last_message_date ) ) )
Continue reading →
apply_filters( 'bp_get_message_thread_from', bp_core_get_userlink( $messages_template->thread->last_sender_id ) )
Continue reading →
apply_filters( 'bp_get_message_thread_id', $messages_template->thread->thread_id )
Continue reading →
apply_filters( 'bp_get_message_thread_excerpt', strip_tags( bp_create_excerpt( $messages_template->thread->last_message_content, 75 ) ) )
Continue reading →
apply_filters( 'bp_get_message_thread_delete_link', wp_nonce_url( $bp->loggedin_user->domain . $bp->messages->slug . '/' . $bp->current_action . '/delete/' . $messages_template->thread->thread_id, 'messages_delete_thread' ) )
Continue reading →
apply_filters( 'bp_get_message_thread_avatar', bp_core_fetch_avatar( array( 'item_id' => $messages_template->thread->last_sender_id, 'type' => 'thumb' ) ) )
Continue reading →
apply_filters( 'bp_get_message_notice_text', $messages_template->thread->message )
Continue reading →
apply_filters( 'bp_get_message_notice_subject', $messages_template->thread->subject )
Continue reading →
apply_filters( 'bp_get_message_notice_post_date', bp_format_time( strtotime($messages_template->thread->date_sent) ) )
Continue reading →
apply_filters( 'bp_get_message_notice_id', $messages_template->thread->id )
Continue reading →
apply_filters( 'bp_get_message_loading_image_src', $bp->messages->image_base . '/ajax-loader.gif' )
Continue reading →
apply_filters( 'bp_get_message_notice_delete_link', wp_nonce_url( $bp->loggedin_user->domain . $bp->messages->slug . '/notices/delete/' . $messages_template->thread->id, 'messages_delete_thread' ) )
Continue reading →
apply_filters( 'bp_get_message_get_recipient_usernames', $recipients )
Continue reading →
apply_filters( 'bp_get_message_activate_deactivate_link', $link )
Continue reading →
apply_filters( 'bp_get_message_css_class', trim( $class ) )
Continue reading →
apply_filters( 'bp_get_messages_username_value', $_COOKIE['bp_messages_send_to'] )
Continue reading →
apply_filters( 'bp_get_messages_subject_value', $subject )
Continue reading →
apply_filters( 'bp_get_messages_slug', $bp->messages->slug )
Continue reading →
apply_filters( 'bp_get_messages_pagination', $messages_template->pag_links )
Continue reading →
apply_filters( 'bp_get_messages_form_action', trailingslashit( bp_loggedin_user_domain() . bp_get_messages_slug() . '/' . bp_current_action() . '/' . bp_action_variable( 0 ) ) )
Continue reading →
apply_filters( 'bp_get_messages_content_value', $content )
Continue reading →
apply_filters( $filter, '<a href="' . $link . '">' . $text . '</a>', (int)$total_items )
Continue reading →
do_action('thread_loop_end')
Continue reading →
do_action('thread_loop_start')
Continue reading →
do_action( 'messages_screen_sentbox' )
Continue reading →
do_action( 'messages_screen_notification_settings' )
Continue reading →
do_action( 'messages_screen_notices' )
Continue reading →
do_action( 'messages_screen_inbox' )
Continue reading →
do_action( 'messages_screen_compose' )
Continue reading →
do_action( 'messages_format_notifications', $action, $item_id, $secondary_item_id, $total_items )
Continue reading →
do_action( 'messages_delete_thread', $thread_ids )
Continue reading →
do_action('messages_box_loop_start')
Continue reading →
do_action('messages_box_loop_end')
Continue reading →
do_action( 'messages_before_delete_thread', $thread_ids )
Continue reading →
do_action( 'messages_action_view_message' )
Continue reading →
do_action( 'bp_messages_sent_notification_email', $recipients, $email_subject, $email_content, $args )
Continue reading →