D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
www
/
shahnitasanjay.store
/
wp-content
/
themes
/
bw-giftxtore
/
Filename :
functions.php
back
Copy
<?php /** * frametheme functions and definitions * * @package WordPress * @subpackage frametheme * @since frametheme 1.0 */ add_action('init', function(){ load_theme_textdomain( 'bw-giftxtore', get_template_directory() . '/languages' ); }); /** * Set the content width based on the theme's design and stylesheet. */ if ( ! isset( $content_width ) ) { $content_width = 640; /* pixels */ } get_template_part( 'inc/class-inc' );