Skip to content

Commit

Permalink
Add filter to image helper markup.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtws committed Oct 10, 2018
1 parent 004f65d commit 02a35ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helpers/image.php
Expand Up @@ -267,6 +267,8 @@ private function get_image_markup( $image_data ) {
$image_sizes_string . $image_sizes_string .
$image_close_string; $image_close_string;


$html = apply_filters( "dustpress/image/markup", $html );

return $html; return $html;
} }


Expand Down

0 comments on commit 02a35ad

Please sign in to comment.