Viper007Bond

Untitled

Nov 30th, 2012
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1. <?php
  2.  
  3. add_filter( 'wp_prepare_attachment_for_js', function( $response, $attachment, $meta ) {
  4.  
  5.     $response['compat']['item'] .= '<div style="margin-top:10px"><a href="' . esc_url( get_edit_post_link( $attachment->ID ) ) . '" target="_blank">Click here to go to the advanced image editor</a></div>';
  6.  
  7.     return $response;
  8.  
  9. }, 10, 3 );
Advertisement
Add Comment
Please, Sign In to add comment