Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
home
/
getwphos
/
www
/
alliedchimneyny
/
wp-content
/
themes
/
buildgo
/
inc
/
core
/
File Content:
enqueue.php
<?php /** * Enqueue scripts and styles. */ /** * Enqueue scripts and styles. */ function buildgo_scripts() { if (!class_exists('CSF')) { wp_enqueue_style('buildgo-default-fonts', "//fonts.googleapis.com/css?family=Instrument+Sans:400,500,600,700|DM+Sans:400,500,600,700,800", '', '1.0.0', 'screen'); } wp_enqueue_style('bootstrap', get_theme_file_uri('/assets/css/bootstrap.min.css'), null, BUILDGO_VERSION); wp_enqueue_style('fontawesome', get_theme_file_uri('/assets/css/fontawesome.css'), null, BUILDGO_VERSION); wp_enqueue_style('animate', get_theme_file_uri('/assets/css/animate.css'), null, BUILDGO_VERSION); wp_enqueue_style('meanmenu', get_theme_file_uri('/assets/css/meanmenu.min.css'), null, BUILDGO_VERSION); wp_enqueue_style('buildgo-sass', get_theme_file_uri('/assets/sass/style.css'), null, BUILDGO_VERSION); wp_enqueue_style('buildgo-style', get_stylesheet_uri(), array(), BUILDGO_VERSION); wp_enqueue_script('bootstrap', get_theme_file_uri('/assets/js/bootstrap.min.js'), array('jquery'), BUILDGO_VERSION, true); wp_enqueue_script('popper', get_theme_file_uri('/assets/js/popper.min.js'), array('jquery'), BUILDGO_VERSION, true); wp_enqueue_script('meanmenu', get_theme_file_uri('/assets/js/jquery.meanmenu.min.js'), array('jquery'), BUILDGO_VERSION, true); wp_enqueue_script('buildgo-script', get_theme_file_uri('/assets/js/custom.js'), array('jquery'), BUILDGO_VERSION, true); if (is_singular() && comments_open() && get_option('thread_comments')) { wp_enqueue_script('comment-reply'); } } add_action('wp_enqueue_scripts', 'buildgo_scripts');
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
comment-form.php
2881 bytes
0644
enqueue.php
1672 bytes
0644
hook.php
1557 bytes
0644
register-sidebar.php
1918 bytes
0644
theme-install.php
3265 bytes
0644
woo-functions.php
3144 bytes
0644
N4ST4R_ID | Naxtarrr