Register WordPress Scripts November 26, 2020 Public Iam Bboo Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Untitled Snippet // Register Script function custom_scripts() { } add_action( 'wp_enqueue_scripts', 'custom_scripts' );