Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 1 replies (of 1 total)

  • wordpresslms
    Participant

    @wordpresslms

    missing single quotes in the code :

    add_filter( 'bp_nouveau_get_group_description_excerpt', bp_full_group_desc_callback , 10, 3 );
    should be

    add_filter( 'bp_nouveau_get_group_description_excerpt', 'bp_full_group_desc_callback' , 10, 3 );

Viewing 1 replies (of 1 total)
Skip to toolbar