Skip to:
Content
Pages
Categories
Search
Top
Bottom

get_user_profile_link bug?

Viewing 1 replies (of 1 total)

  • Sam Bauers
    Participant

    @sambauers

    The filter will only be passed one argument by default, so you need to change your add_filter() call to this:

    add_filter('get_user_profile_link', 'ss_get_user_profile_link', 10, 2);

    .

    The third parameter is the priority, the second is the number of arguments to pass.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar