[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
Data Shendy
/
Back up Shendy
/
DATA
/
Envato Assets
/
Maret 2021
/
main
/
topseo
/
inc
/
[
Home
]
File: static.php
<?php if ( ! defined( 'ABSPATH' ) ) { die( 'Direct access forbidden.' ); } /** * Include static files: javascript and css */ if ( is_admin() ) { return; } /** * Enqueue scripts and styles for the front end. */ // Load our main stylesheet. wp_enqueue_style( 'topseo-theme-style', get_stylesheet_uri(), array(), '1.0' ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); } /** * Enqueue scripts */ wp_enqueue_script( 'topseo-theme-plugins', get_template_directory_uri() . '/js/topseo.jquery.plugins.js', array( 'jquery' ), '1.0', true ); wp_enqueue_script( 'topseo-theme-script', get_template_directory_uri() . '/js/topseo.custom.js', array( 'jquery' ), '1.0', true );