File: /home/p8pyefaexf70/public_html/wp-content/themes/veres/framework/functions/theme-hooks.php
<?php
/**
* This file includes helper functions used throughout the theme.
*
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
/**
* ACTIONS
*/
add_action( 'wp_body_open', 'veres_add_pageloader_icon', 1);
/**
* FILTERS
*/
add_filter( 'body_class', 'veres_body_classes', 20 );
add_filter( 'excerpt_length', 'veres_change_excerpt_length', 20);
add_filter( 'excerpt_more', 'veres_change_excerpt_more', 20);