Created
September 5, 2017 11:50
-
-
Save bigdigital/8b7f1c8bda587aed3a4efcd3fa4fb827 to your computer and use it in GitHub Desktop.
The7 remove links from portfolio
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_portfolio_thumbnail_args($thumb_args){ | |
$thumb_args['wrap'] = '<div %CLASS% %TITLE% %CUSTOM%><img %IMG_CLASS% %SRC% %ALT% %SIZE% /></div>'; | |
return $thumb_args; | |
} | |
add_filter( 'dt_portfolio_thumbnail_args', 'my_dt_portfolio_thumbnail_args', 30 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment