bp_get_message_loading_image_src()
Get the URL of the Messages AJAX loader gif.
Description
Return
(string)
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 BuddyPress 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' ); }
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.