• Hi! I need help with this error: Fatal error: Uncaught Error: Call to undefined function apply_filters().

    I have copied all the short-functions.php code and I get the error in this line:

    return apply_filters(‘um_user_display_name_filter’, $name, um_user(‘ID’), ( $attrs == ‘html’ ) ? 1 : 0 );

    inside the function um_user!

    I can′t find that function anywhere in the ultimatemember github repository!

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Christian Clark

    (@christianmclark92)

    Hi,

    I ran into the same issue with their documentation. Are you trying to set up profile tabs?, if so, I may be able to help you.

    Thread Starter davidian34

    (@davidian34)

    Hi Chris,

    I′m trying to get the dynamically logged-in user with:
    um_fetch_user( um_user(‘ID’) ); because get_current_user_id() function in:
    um_fetch_user( get_current_user_id() ); was also undefined and I didn′t find it!

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal error: Uncaught Error: Call to undefined function apply_filters()’ is closed to new replies.