Pagelines get post title

[edit] Please Note

These docs are now deprecated, we have a new Support area located here

Function

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.

Usage

Examples

example description to be added

Resources

  • Uses pagelines_option( 'pagetitles' )
  • See also WordPress get_the_title

Changelog

Since 1.1.0

Source File

pagelines_get_post_title() is located in includes/class.posts.php