Fix hooks/namespace issue
WordPress 5.0 added wp.hooks with different function definitions from the ones defined in this plugin. This pull request moves the functions defined in this plugin from the ``wp.hooksto their own privatewindow.wpop.hooks` namespace to avoid conflict with the core functions.