Register WordPress Scripts September 2, 2016 Public ah mu Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone demo demo // Register Script function custom_scripts() { } add_action( 'wp_enqueue_scripts', 'custom_scripts' );