Filter: AA_user_bio_length


Use this filter to control the bio length
Example function
add_filter('AA_user_bio_length', function(){ return 100:});
$bio = wp_trim_words( $bio, apply_filters( 'AA_user_bio_length', absint( $atts['max_bio_length'] ) ) );

Leave a comment