HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/ERijn/knijft.eu/wwwroot/wp-content/themes/diverso/inc/hooks.php
<?php
/**
 * All hooks for the theme.
 *
 * @package WordPress
 * @subpackage YIW Themes
 * @since 1.0
 */          
 
function yiw_add_sphere_class( $html ) {
    return str_replace( '"box-post-thumb"', '"box-post-thumb sphere"', $html );    
}
add_filter( 'yiw_sc_recentpost_html', 'yiw_add_sphere_class' );
add_filter( 'yiw_sc_last_news_html',  'yiw_add_sphere_class' );

?>