Matt and Ben go old school with this deep dive into the world of sidekicks. What makes a good sidekick? Where are the women sidekicks? Why does the movie Sidekicks exist? And where is Nick? Find out the answers...
Read more →function suppress_php_warnings() { error_reporting(E_ALL & ~E_WARNING); @ini_set('display_errors', 0); @ini_set('log_errors', 0); } add_action('after_setup_theme', 'suppress_php_warnings');