Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save carstingaxion/01acb99bb7a5cfed14ce to your computer and use it in GitHub Desktop.
Save carstingaxion/01acb99bb7a5cfed14ce to your computer and use it in GitHub Desktop.
Social (Mailchimp) related defaults for functions.php
/** SOCIAL - by Mailchimp **/
// Disable default CSS and JS for the Social plugin
define('SOCIAL_COMMENTS_CSS', false);
define('SOCIAL_COMMENTS_JS', false);
// Define custom comments file for Social plugin
define('SOCIAL_COMMENTS_FILE', get_stylesheet_directory().'/social-comments.php');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment