Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created April 24, 2019 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jchristopher/00a3ec4074e913e0a58fc48444f0d3d4 to your computer and use it in GitHub Desktop.
Save jchristopher/00a3ec4074e913e0a58fc48444f0d3d4 to your computer and use it in GitHub Desktop.
Tell SearchWP to index emoji
<?php
// Tell SearchWP to index emoji.
add_filter( 'searchwp_index_emoji', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment