Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@KaineLabs
Last active July 1, 2019 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KaineLabs/890cf8c046a8e2177455f8e7d2dc0b3b to your computer and use it in GitHub Desktop.
Save KaineLabs/890cf8c046a8e2177455f8e7d2dc0b3b to your computer and use it in GitHub Desktop.
Enable Activity Loader in Mobile also.
<?php
// Enable Activity Loader in Mobile also.
function yzc_enable_wall_activity_loader( $active = null ) {
return 'on';
}
add_filter( 'yz_enable_wall_activity_loader', 'yzc_enable_wall_activity_loader', 10 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment