How can I target WordPress 3.8 new interface MP6 with CSS?
While it’s not specific to MP6 (I am not following its development) and its CSS, to me your question sounds like “how to check that WP version is equal to greater than one some feature was introduced in?”. So I would just examine content of $wp_version global. If it’s 3.8 feature then anything with fitting … Read more