JoostKiens / dc-meta-tags

WordPress plugin to add Dublin Core meta data (Element Set v1.1) to wp_head()
GNU General Public License v3.0
7 stars 3 forks source link

Fire DCM_Meta_box only when necessary #11

Open Tintazul opened 10 years ago

Tintazul commented 10 years ago

DCM_Meta_box is fired along with DCM_Admin whenever we’re in admin mode. This is unnecessary, it should only be fired when we need a meta box.

On the other hand, it’s a separate object from DCM_Admin, so if we need the options here we need to load them again. Investigate.