Submit
Path:
~
/
home
/
getwphos
/
public_html
/
shellfish
/
wp-content
/
themes
/
amanus
/
helpers
/
File Content:
helper.php
<?php global $content_width; if ( ! isset( $content_width ) ) { $content_width = 580; } if ( ! function_exists( 'amanus_basic_fonts_url' ) ) { function amanus_basic_fonts_url() { $amanus_fonts_url = ''; $amanus_font_families = array(); $font_subsets = 'latin,latin-ext'; /* translators: If there are characters in your language that are not supported by Barlow, translate this to 'off'. Do not translate into your own language. */ if ('off' !== esc_html_x('on', 'Manrope: on or off', 'amanus')) { $amanus_font_families[] = 'Manrope:400,500,600,700'; } /* translators: If there are characters in your language that are not supported by Saira, translate this to 'off'. Do not translate into your own language. */ if ('off' !== esc_html_x('on', 'Playfair Display: on or off', 'amanus')) { $amanus_font_families[] = 'Playfair Display:400,500,600,700'; } if ($amanus_font_families) { $amanus_query_args = array( 'family' => urlencode(implode('|', $amanus_font_families)), 'subset' => urlencode($font_subsets), ); $amanus_fonts_url = add_query_arg($amanus_query_args, 'https://fonts.googleapis.com/css'); } return esc_url_raw($amanus_fonts_url); } } if ( !function_exists('amanus_basic_continue_reading_text') ) { function amanus_basic_continue_reading_text() { $continue_reading = sprintf( /* translators: %s: Name of current post. */ esc_html__( 'Continue reading %s', 'amanus' ), the_title( '<span class="screen-reader-text">', '</span>', false ) ); return $continue_reading; } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
woocommerce
---
0755
data-install.php
9808 bytes
0644
helper.php
1595 bytes
0644
theme-color.php
28209 bytes
0644
theme-functions.php
16472 bytes
0644
N4ST4R_ID | Naxtarrr