HEX
Server: Apache
System: Linux p3plzcpnl476737.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: p8pyefaexf70 (9161224)
PHP: 7.4.33
Disabled: NONE
Upload Files
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);