MickeyKay / better-font-awesome

[WordPress] A WordPress plugin that allows you to easily integrate the latest version of FontAwesome.
GNU General Public License v2.0
10 stars 7 forks source link

Initialization hook causing conflict with Advanced Custom Fields Font Awesome plugin #8

Closed MickeyKay closed 9 years ago

MickeyKay commented 9 years ago

The problem is that the BFAL is initializing on plugins_loaded but BFAL isn't initializing actual data until after_setup_theme. In the case of the Advanced Custom Fields Font Awesome plugin, the included BFAL library is being included on a hook right between the two, which means it's trying to grab icon data before any of it is initialized.

Status

To Do