Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
home
/
getwphos
/
www
/
almajd14
/
wp-content
/
themes
/
halstein
/
inc
/
404
/
File Content:
helper.php
<?php if ( ! function_exists( 'halstein_set_404_page_inner_classes' ) ) { /** * Function that return classes for the page inner div from header.php * * @param string $classes * * @return string */ function halstein_set_404_page_inner_classes( $classes ) { if ( is_404() ) { $classes = 'qodef-content-full-width'; } return $classes; } add_filter( 'halstein_filter_page_inner_classes', 'halstein_set_404_page_inner_classes' ); } if ( ! function_exists( 'halstein_get_404_page_parameters' ) ) { /** * Function that set 404 page area content parameters */ function halstein_get_404_page_parameters() { $params = array( 'tagline' => '', 'title' => esc_html__( 'Error Page', 'halstein' ), 'text' => esc_html__( 'The page you are looking for doesn\'t exist. It may have been moved or removed altogether. Please try searching for some other page, or return to the website\'s homepage to find what you\'re looking for.', 'halstein' ), 'button_text' => esc_html__( 'Back to home', 'halstein' ), ); return apply_filters( 'halstein_filter_404_page_template_params', $params ); } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
templates
---
0755
helper.php
1143 bytes
0644
include.php
140 bytes
0644
N4ST4R_ID | Naxtarrr