-
WIBUHAX0R1337
-
/
home
/
coludnqa
/
rohihbs.com
/
wp-content
/
themes
/
estudiar
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
languages
--
NONE
samples
--
NONE
templates
--
NONE
tribe-events
--
NONE
utils
--
NONE
vamtam
--
NONE
vendor
--
NONE
woocommerce
--
NONE
Gruntfile.js
1.756KB
Edit File
Delete File
Rename
archive.php
0.781KB
Edit File
Delete File
Rename
attachment.php
3.172KB
Edit File
Delete File
Rename
author.php
1.387KB
Edit File
Delete File
Rename
comments.php
2.953KB
Edit File
Delete File
Rename
footer.php
0.84KB
Edit File
Delete File
Rename
functions.php
1.964KB
Edit File
Delete File
Rename
header.php
1.303KB
Edit File
Delete File
Rename
index.php
0.423KB
Edit File
Delete File
Rename
loop.php
1.205KB
Edit File
Delete File
Rename
package-lock.json
339.015KB
Edit File
Delete File
Rename
phpcs.xml
0.608KB
Edit File
Delete File
Rename
screenshot.jpg
24.494KB
Edit File
Delete File
Rename
search.php
1.066KB
Edit File
Delete File
Rename
searchform.php
0.709KB
Edit File
Delete File
Rename
sidebar.php
0.35KB
Edit File
Delete File
Rename
single.php
1.012KB
Edit File
Delete File
Rename
wpml-config.xml
0.297KB
Edit File
Delete File
Rename
<?php /** * Theme functions. Initializes the Vamtam Framework. * * @package vamtam/estudiar */ define( 'VAMTAM_ENVATO_THEME_ID', '7322125' ); require_once get_template_directory() . '/vamtam/classes/framework.php'; new VamtamFramework( array( 'name' => 'estudiar', 'slug' => 'estudiar', ) ); // only for one page home demos function vamtam_onepage_menu_hrefs( $atts, $item, $args ) { if ( 'custom' === $item->type && 0 === strpos( $atts['href'], '/#' ) ) { $atts['href'] = $GLOBALS['vamtam_inner_path'] . $atts['href']; } return $atts; } if ( ( $path = parse_url( get_home_url(), PHP_URL_PATH ) ) !== null ) { $GLOBALS['vamtam_inner_path'] = untrailingslashit( $path ); add_filter( 'nav_menu_link_attributes', 'vamtam_onepage_menu_hrefs', 10, 3 ); } remove_action( 'admin_head', 'jordy_meow_flattr', 1 ); require_once VAMTAM_DIR . 'customizer/setup.php'; require_once VAMTAM_DIR . 'customizer/preview.php'; // this filter fixes some invalid HTML generated by the third-party plugins add_filter( 'vamtam_escaped_shortcodes', 'vamtam_shortcode_compat_fix' ); function vamtam_shortcode_compat_fix( $codes ) { $codes[] = 'gallery'; $codes[] = 'fl_builder_insert_layout'; $codes[] = 'wpforms'; return $codes; } // Envato Hosted compatibility add_filter( 'option_' . VamtamFramework::get_purchase_code_option_key(), 'vamtam_envato_hosted_license_key' ); function vamtam_envato_hosted_license_key( $value ) { if ( defined( 'SUBSCRIPTION_CODE' ) ) { return SUBSCRIPTION_CODE; } return $value; } if ( class_exists( 'Vamtam_Importers_E' ) && is_callable( array( 'Vamtam_Importers_E', 'set_menu_locations' ) ) ) { Vamtam_Importers_E::set_menu_locations(); } // font weights for google fonts used in CSS function vamtam_customizer_font_weights( $weights, $font ) { if ( 'Open Sans' === $font ) { $weights[] = '600'; } return $weights; } add_filter( 'vamtam_customizer_font_weights', 'vamtam_customizer_font_weights', 10, 2 ); // build: a064b611ea74c32131c7da52a4c0170b4d36b960
Save!!!
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat