Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pikapika13

    (@pikapika13)

    Ok, I found the answer:

    add_filter( ‘bp_activity_autoloader_disabled’, ‘__return_true’ );

    🙂

    Plugin Author Brajesh Singh

    (@sbrajesh)

    I am sorry for being unable to help. You could use something like this

    
    
    add_filter( 'bp_activity_autoloader_disabled', 'wp_is_mobile' );
    
    
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Using the “bp_activity_autoloader_disabled” filter’ is closed to new replies.