Support » Plugin: WP OAuth Server (OAuth Authentication) » wp_register_style error

  • When I activate the plugin I get this warning at the top of every page:

    wp_register_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks.

    I think it’s because the plugin calls wp_register_style directly instead of inside of an admin_enqueue_scripts action.

    http://wordpress.org/extend/plugins/oauth2-provider/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thanks for reporting this Kyle. What version of WP are you using? Could you give a bit of information about your hosting?

    Thread Starter Kyle Gilman

    (@kylegilman)

    I have WP_DEBUG and PHP error reporting turned on, which is why I’m seeing those errors. WP_DEBUG is extremely helpful when you’re developing for WordPress.

    I personally look at server logs for this information. Thans for pointing it out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wp_register_style error’ is closed to new replies.