Advertisement
verygoodplugins

Untitled

Sep 20th, 2022 (edited)
917
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. add_filter( 'wpf_integrations', function( $integrations ) {
  2.  
  3.     unset( $integrations['wp-remote-users-sync'] );
  4.  
  5.     return $integrations;
  6.  
  7. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement