Skip to content

Instantly share code, notes, and snippets.

@ericdodds
Created August 28, 2018 00:30
Show Gist options
  • Save ericdodds/ed9b6a40c8982b35112f80cd66dae39c to your computer and use it in GitHub Desktop.
Save ericdodds/ed9b6a40c8982b35112f80cd66dae39c to your computer and use it in GitHub Desktop.
Citepro Wordpress Plugin - Hide Footers from Homepage Feed
add_filter( 'citepro_load_homepage', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment