[print-me]

layers_scripts()

Since: 1.0 Last Updated:
Back to Main Index

Handles output of framework and default theme scripts and stylesheets.

Location: functions.php 

Child Theme Usage

In child themes, only include this function if you need to alter the original output (omitting a specific script, etc). To enqueue your own scripts, use the same function structure with a unique function name, ie child_theme_scripts.

See wp_enqueue_scripts