bp_get_message_loading_image_src()
Get the URL of the Messages AJAX loader gif.
Description Description
Return Return
(string)
Source Source
File: bp-messages/bp-messages-template.php
function bp_get_message_loading_image_src() {
/**
* Filters the URL of the Messages AJAX loader gif.
*
* @since 1.0.0
*
* @param string $value URL of the Messages AJAX loader gif.
*/
return apply_filters( 'bp_get_message_loading_image_src', buddypress()->messages->image_base . '/ajax-loader.gif' );
}