PHP warnings in theme customizer
-
Plugin echos <style> tag on
admin_enqueue_scriptswhich causes the style tag appear before <!doctype> when loading WP customizer. Please usewp_add_inline_style()to properly append your styles in admin pages.Thanks
The topic ‘PHP warnings in theme customizer’ is closed to new replies.