newfold-labs / wp-module-ecommerce

Next-generation eCommerce Experience for WordPress sites at Newfold Digital.
GNU General Public License v2.0
7 stars 3 forks source link

PRESS0-1201 #296

Closed aratidgr8 closed 4 months ago

aratidgr8 commented 4 months ago

Fix error message:

Notice: Function wp_enqueue_script 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. This notice was triggered by the nfd_wpnavbar_setting handle.

More details: https://github.com/bluehost/bluehost-wordpress-plugin/issues/1039

Proposed changes

Fix the notice by adding set_wpnav_collapse_setting to admin_enqueue_scripts hook.

Type of Change

Checklist

Further comments