Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save csesumonpro/627ff728d7119b285ac1a50640d03e90 to your computer and use it in GitHub Desktop.
Save csesumonpro/627ff728d7119b285ac1a50640d03e90 to your computer and use it in GitHub Desktop.
<?php
add_filter('ninja_tables/allowed_css_properties', function($properties){
$properties[] = 'visibility';
return $properties;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment