Created
April 19, 2017 10:06
-
-
Save bigdigital/4bcb54f1c767327490ff4f4ee2777e8b to your computer and use it in GitHub Desktop.
The7 Open blog in the new tab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function my_dt_post_thumbnail_args($args) | |
{ | |
$args['wrap'] = '<p><a %HREF% %CLASS% %CUSTOM% target="_blank"><img %IMG_CLASS% %SRC% %ALT% %IMG_TITLE% %SIZE% /></a></p>'; | |
return $args; | |
} | |
add_filter('dt_post_thumbnail_args', 'my_dt_post_thumbnail_args' , 20 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment