Skip to content

Instantly share code, notes, and snippets.

@mattonomics
Created August 10, 2012 20:11
Show Gist options
  • Save mattonomics/3317468 to your computer and use it in GitHub Desktop.
Save mattonomics/3317468 to your computer and use it in GitHub Desktop.
Thesis Multimedia Box
<?php
add_filter('thesis_show_multimedia_box', '__return_false');
add_action('thesis_hook_before_content', 'thesis_multimedia_box');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment