Codex tools: Log in / create account
Contents |
Get extended entry info (
<!--more-->
).
There should not be any space after the second dash and before the word 'more'. There can be text or space(s) after the word 'more', but won't be referenced.
The returned array has 'main' and 'extended' keys. Main has the text before the
<code><!--more--></code>
. The 'extended' key has the content after the
<code><!--more--></code>
comment.
<?php get_extended( $post ) ?>
Since: 1.0.0
get_extended() is located in wp-includes/post.php.