Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
wp-content
/
plugins
/
schema
/
includes
/
Filename :
scripts.php
back
Copy
<?php /** * Load the frontend scripts and styles * * This is not used since there is no scripts to load on front-end * * @since 1.0 * @return void */ function schema_wp_frontend_scripts_and_styles() { global $post; if ( ! is_object( $post ) ) { return; } $suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min'; } //add_action( 'wp_enqueue_scripts', 'schema_wp_frontend_scripts_and_styles' );