bp_activity_excerpt_append_text, __( [Read more], buddypress

bp_activity_excerpt_append_text, __( [Read more], buddypress

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_filters('bp_activity_excerpt_append_text, __( [Read more], buddypress') is found 1 times:

  • /bp-activity/bp-activity-filters.php line 441
    	 * @since 1.5.0
    	 *
    	 * @param string $value Internationalized "Read more" text.
    	 */
    	$append_text    = apply_filters( 'bp_activity_excerpt_append_text', __( '[Read more]', 'buddypress' ) );
    
    	$excerpt_length = bp_activity_get_excerpt_length();
    
    	$args = bp_parse_args(
    		$args,
    		array(