Skip to:
Content
Pages
Categories
Search
Top
Bottom

Please help adding h1 tags in functions folder


  • austinfav
    Member

    @austinfav

    if ( 1 == $field->group_id && ‘Name’ == $field->name )
    return bp_displayed_user_fullname();
    else
    return xprofile_filter_link_profile_data( $field_value, $field_type );

    I need to figure out how to wrap “bp_displayed_user_fullname();” in h1 tags. I am not very familiar with PHP syntax. Every method I have tried returns an error.

    Does anybody know how to do this?

  • The topic ‘Please help adding h1 tags in functions folder’ is closed to new replies.
Skip to toolbar