This file contains 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
<?php | |
/** | |
* Modify frontend render function of Elementor's Image Box. | |
* Apply link to whole element instead of just title and image. | |
* | |
* @param string $output The original HTML markup. | |
* @param \Elementor\Widget_Image_Box $widget Elementor's Image Box widget object. | |
* @return string | |
*/ | |
function sukiwp_modify_image_box_render( $output, $widget ) { |