Registering a script dilemma→ wp_register_script

Simply pass in null or the empty equivalent.

For example, if you don’t depend on anything, say so. It’s expecting an array of the dependencies, so pass an empty array array()

Or pass in null