Skip to content

Instantly share code, notes, and snippets.

View kerihenare's full-sized avatar

Keri Henare kerihenare

View GitHub Profile
<?php
/**
*
* @param string $moreLinkText
* @param integer $stripteaser
*/
function the_content_readmore($moreLinkText = null, $stripteaser = 0)
{
$content = apply_filters('the_content', get_the_content($moreLinkText, $stripteaser));