Skip to content

Instantly share code, notes, and snippets.

@BhargavBhandari90
Created December 20, 2016 09:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BhargavBhandari90/32a44410930003f8264a3eced99c3a42 to your computer and use it in GitHub Desktop.
Save BhargavBhandari90/32a44410930003f8264a3eced99c3a42 to your computer and use it in GitHub Desktop.
<?php
/**
* Apply css validation during rtMe
*/
function rtmedia_apply_css_validation() {
return true;
}
add_filter( 'rtmedia_css_validation', 'rtmedia_apply_css_validation' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment