Register WordPress Scripts June 26, 2022 Public Player2Go Player2go Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone s ss // Register Script function custom_scripts() { } add_action( 'admin_enqueue_scripts', 'custom_scripts' );