????
| Current Path : /home2/morganrand/www/wp-content-bkp/themes/wanderfuls/partials/overlays/ |
| Current File : /home2/morganrand/www/wp-content-bkp/themes/wanderfuls/partials/overlays/plus-two-hover.php |
<?php
/**
* Plus Two Hover Overlay
*
* @package Wanderfuls WordPress Theme
* @subpackage Partials
* @version 3.0.0
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
// Only used for inside position
if ( 'inside_link' != $position ) {
return;
} ?>
<div class="overlay-plus-two-hover overlay-hide theme-overlay"><span class="fa fa-plus"></span></div>