Advertisement
shelob9

Untitled

Jul 31st, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. function slug_log_hook( $arg ){
  2. if( class_exists( 'WP_Papertrail_API' ) ){
  3. WP_Papertrail_API::log( [
  4. 'arg' => $arg
  5. ], current_filter() );
  6. }
  7.  
  8. return $arg;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement