(→Function) |
(→Usage) |
||
| Line 3: | Line 3: | ||
== Usage == | == Usage == | ||
| + | <syntaxhighlight><?php pagelines_get_post_title( $format = '' ); ?></syntaxhighlight> | ||
== Examples == | == Examples == | ||
Contents |
pagelines_get_post_title gets the post title for all posts by retrieving the information from the WordPress function get_the_title function and applying it with the pagelines_post_title_text filter. The post title is then returned via the pagelines_post_title_output filter.
Added at version 1.1.0
pagelines_get_post_title() is located in includes/class.posts.php