X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/themes/business-coach/inc
home
/
freights
/
public_html
/
wp-content
/
themes
/
business-coach
/
inc
/
??
..
??
9291479g
(9.03 KB)
??
app_37
??
custom-controls
??
js
??
partials.php
(1.03 KB)
??
thcg3048
(9.03 KB)
Editing: partials.php
<?php /** * Header Phone Button */ function business_coach_get_header_phone(){ return esc_html( get_theme_mod( 'phone', __( '+123-456-7890', 'business-coach' ) ) ); } /** * Header Email Button */ function business_coach_get_header_email(){ return esc_html( get_theme_mod( 'email', __( 'mail@domain.com', 'business-coach' ) ) ); } /** * Banner Subtitle */ function business_coach_get_banner_subtitle(){ return esc_html( get_theme_mod( 'banner_subtitle' ) ); } /** * Banner Title Readmore */ function business_coach_get_banner_title(){ return esc_html( get_theme_mod( 'banner_title', __( 'No Matter How Good You Are At Anything A Leader Makes You Better', 'business-coach' ) ) ); } /** * Banner Description */ function business_coach_get_banner_description(){ return esc_html( get_theme_mod( 'banner_description' ) ); } /** * Banner Label */ function business_coach_get_banner_label(){ return esc_html( get_theme_mod( 'banner_label', __( 'Discover More', 'business-coach' ) ) ); }
Upload File
Create Folder