Advertisement
designbymerovingi

No log entries for a specific hook

Feb 17th, 2017
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. function mycred_pro_strip_log_entry( $request ) {
  2.  
  3.     if ( $request['ref'] == 'REFERENCE' )
  4.         $request['entry'] = '';
  5.  
  6.     return $request;
  7.  
  8. }
  9. add_filter( 'mycred_run_this', 'mycred_pro_strip_log_entry', 999 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement