Skip to content

Instantly share code, notes, and snippets.

<?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));