Submit
Path:
~
/
home
/
getwphos
/
public_html
/
almajd
/
wp-content
/
themes
/
modarch
/
framework
/
functions
/
File Content:
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', 'modarch_add_pageloader_icon', 1); add_action( 'wp_footer', 'modarch_render_inline_icon_to_footer', 100); /** * FILTERS */ add_filter( 'body_class', 'modarch_body_classes', 20 ); add_filter( 'excerpt_length', 'modarch_change_excerpt_length', 20); add_filter( 'excerpt_more', 'modarch_change_excerpt_more', 20);
Submit
FILE
FOLDER
Name
Size
Permission
Action
helpers.php
15675 bytes
0644
theme-functions.php
4342 bytes
0644
theme-hooks.php
543 bytes
0644
N4ST4R_ID | Naxtarrr