Skip to content

Instantly share code, notes, and snippets.

@pavelrich
Created March 14, 2021 21:41
Show Gist options
  • Save pavelrich/380d44e390ccf3d24072cfd792c12486 to your computer and use it in GitHub Desktop.
Save pavelrich/380d44e390ccf3d24072cfd792c12486 to your computer and use it in GitHub Desktop.
WordPress — Disable Automatic Trim of the Content to the Excerpt
<?php
// Disable Automatic Trim of the Content to the Excerpt
remove_filter( 'get_the_excerpt', 'wp_trim_excerpt' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment