Skip to content

Instantly share code, notes, and snippets.

@ejcabquina
Created March 24, 2021 06:03
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 ejcabquina/d1743d15ac85f21e216cea03cb858760 to your computer and use it in GitHub Desktop.
Save ejcabquina/d1743d15ac85f21e216cea03cb858760 to your computer and use it in GitHub Desktop.
wpsp_date_output strip link
add_filter( 'wpsp_date_output', function($time_string){
return '<span class="wp-show-posts-posted-on wp-show-posts-meta">'.$time_string.'</span>';
},15 ,1 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment