Estou tendo problemas para entender quando você precisa usar wp_register_script(). Atualmente, eu apenas uso algo como: add_action( 'admin_enqueue_scripts', array( $this, 'enqueue' ) ); function enqueue() { $handle = 'some-handle'; $js = 'http://example.com/my.js'; wp_register_script( $handle,...