WordPress::Base::Data::Post - WordPress::Base::Data::Post documentation


WordPress-API documentation  | view source Contained in the WordPress-API distribution.

Index


NAME

Top

WordPress::Base::Data::Post

DESCRIPTION

Top

This is just a data holder. One object instance represents a wordpress 'post'.

DATA STRUCTURE SETGET METHODS

wp_password()

setget perl method argument is string

userid()

setget perl method argument is number

mt_allow_pings()

setget perl method argument is boolean

date_created_gmt()

setget perl method argument is string

dateCreated()

setget perl method argument is string

mt_excerpt()

setget perl method argument is string

wp_author_display_name()

setget perl method argument is string

wp_slug()

setget perl method argument is string

mt_allow_comments()

setget perl method argument is boolean

categories()

setget perl method argument is array ref

description()

setget perl method argument is string

postid() and post_id()

setget perl method argument is number

wp_author_id()

setget perl method argument is number

mt_keywords()

setget perl method argument is string

title()

setget perl method argument is string

mt_text_more()

setget perl method argument is string

object_type()

returns 'Post'

SEE ALSO

Top

WordPress::Base::Data::Object

AUTHOR

Top

Leo Charre leocharre at cpan dot org


WordPress-API documentation  | view source Contained in the WordPress-API distribution.