Atitit cms wordpress get_post  返回的WP_Post 规范 标准化

public $ID;

public $post_author = 0;

* The post's local publication time.

public $post_date = '0000-00-00 00:00:00';

* The post's GMT publication time.

public $post_date_gmt = '0000-00-00 00:00:00';

public $post_content = '';

public $post_title = '';

public $post_excerpt = '';

public $post_status = 'publish';

public $comment_status = 'open';

public $ping_status = 'open';

public $post_password = '';

public $post_name = '';

public $to_ping = '';

public $pinged = '';

public $post_modified = '0000-00-00 00:00:00';

public $post_modified_gmt = '0000-00-00 00:00:00';

public $post_content_filtered = '';

public $post_parent = 0;

public $guid = '';

public $menu_order = 0;

public $post_type = 'post';

public $post_mime_type = '';

public $comment_count = 0;

public $filter;

final class WP_Post {

/**

* Post ID.

*

* @var int

*/

public $ID;

/**

* ID of post author.

*

* A numeric string, for compatibility reasons.

*

* @var string

*/

public $post_author = 0;

/**

* The post's local publication time.

*

* @var string

*/

public $post_date = '0000-00-00 00:00:00';

/**

* The post's GMT publication time.

*

* @var string

*/

public $post_date_gmt = '0000-00-00 00:00:00';

/**

* The post's content.

*

* @var string

*/

public $post_content = '';

/**

* The post's title.

*

* @var string

*/

public $post_title = '';

/**

* The post's excerpt.

*

* @var string

*/

public $post_excerpt = '';

/**

* The post's status.

*

* @var string

*/

public $post_status = 'publish';

/**

* Whether comments are allowed.

*

* @var string

*/

public $comment_status = 'open';

/**

* Whether pings are allowed.

*

* @var string

*/

public $ping_status = 'open';

/**

* The post's password in plain text.

*

* @var string

*/

public $post_password = '';

/**

* The post's slug.

*

* @var string

*/

public $post_name = '';

/**

* URLs queued to be pinged.

*

* @var string

*/

public $to_ping = '';

/**

* URLs that have been pinged.

*

* @var string

*/

public $pinged = '';

/**

* The post's local modified time.

*

* @var string

*/

public $post_modified = '0000-00-00 00:00:00';

/**

* The post's GMT modified time.

*

* @var string

*/

public $post_modified_gmt = '0000-00-00 00:00:00';

/**

* A utility DB field for post content.

*

*

* @var string

*/

public $post_content_filtered = '';

/**

* ID of a post's parent post.

*

* @var int

*/

public $post_parent = 0;

/**

* The unique identifier for a post, not necessarily a URL, used as the feed GUID.

*

* @var string

*/

public $guid = '';

/**

* A field used for ordering posts.

*

* @var int

*/

public $menu_order = 0;

/**

* The post's type, like post or page.

*

* @var string

*/

public $post_type = 'post';

/**

* An attachment's mime type.

*

* @var string

*/

public $post_mime_type = '';

/**

* Cached comment count.

*

* A numeric string, for compatibility reasons.

*

* @var string

*/

public $comment_count = 0;

/**

* Stores the post object's sanitization level.

*

* Does not correspond to a DB field.

*

* @var string

*/

public $filter;

/**

* Retrieve WP_Post instance.

*

* @static

* @access public

*

* @global wpdb $wpdb WordPress database abstraction object.

*

* @param int $post_id Post ID.

* @return WP_Post|false Post object, false otherwise.

作者:: 绰号:老哇的爪子 ( 全名::Attilax Akbar Al Rapanui 阿提拉克斯 阿克巴 阿尔 拉帕努伊 )

汉字名:艾提拉(艾龙),   EMAIL:1466519819@qq.com

转载请注明来源: http://www.cnblogs.com/attilax/

Atiend

Atitit cms wordpress get_post  返回的WP_Post 规范 标准化的更多相关文章

  1. Atitit usrqbg1834 html的逻辑化流程化 规范标准化解决方案

    Atitit usrqbg1834 html的逻辑化流程化 规范标准化解决方案 常用指令1 ..v-if.v-else指令2 v-for指令3 MVVM大比拼4 常用指令 本来按照Vue文档说明,常用 ...

  2. Atitit 常用sdk 模块 组织架构切分 规范与范例attilax总结

    Atitit 常用sdk 模块 组织架构切分 规范与范例attilax总结 常用200个模块 2017/04/12  22:01    <DIR>          acc 2017/04 ...

  3. Atitit webservice发现机制 WS-Discovery标准的规范attilax总结

    Atitit webservice发现机制 WS-Discovery标准的规范attilax总结 1.1. WS-Discovery标准1 1.2. 一.WS-Discovery1 1.2.1.   ...

  4. Atitit 发帖机实现(4 )- usbQBM1601 gui操作标准化规范与解决方案attilax总结

    Atitit 发帖机实现(4 )- usbQBM1601 gui操作标准化规范与解决方案attilax总结 1.1. 根据gui的类型使用不同的gui调用api1 1.2. Script化1 1.3. ...

  5. atitit  验证码理论与概览与 验证码规范 解决方案.docx

    atitit  验证码理论与概览与 验证码规范 解决方案.docx 1.1. 验证码的前世今生1 1.2. 第三代:无知识型验证码1 1.3. 短信验证码1 1.4. 语言验证码1 1.5. 图片验证 ...

  6. Atitit usrQBK1600 技术文档的规范标准化解决方案

    Atitit usrQBK1600 技术文档的规范标准化解决方案 1.1. Keyword关键词..展关键词,横向拓展比较,纵向抽象细化拓展知识点1 1.2. 标题必须有高大上词汇,参考文章排行榜,1 ...

  7. Atitit usrqbg1821 Tls 线程本地存储(ThreadLocal Storage 规范标准化草案解决方案ThreadStatic

    Atitit usrqbg1821 Tls 线程本地存储(ThreadLocal Storage 规范标准化草案解决方案ThreadStatic 1.1. ThreadLocal 设计模式1 1.2. ...

  8. Atitit 我们的devops战略与规划 规范 推荐标准

    Atitit 我们的devops战略与规划 规范 推荐标准 1. Vm容器化1 2. 热部署tomcat+jrebel 或者resin1 3. 增量更新与差异更新1 4. 补丁提取与应用2 为了方便提 ...

  9. Atitit 项目源码的架构,框架,配置与环境说明模板 规范 标准化

    Atitit 项目源码的架构,框架,配置与环境说明模板  规范 标准化 版本1.0 作者 艾龙 attilax 1. 概述:核心业务: 1 1.1. 功能文档路径 /palmWin/src/docum ...

随机推荐

  1. 2016 12 21 的project 未注释版

    #include<stack>#include<iostream>#include<queue>#include<string>#include< ...

  2. 安装文件制作工具Wix概念快速入门

    前言 Wix==Windows installer XML 顾名思议. 用于制作WINDOWS安装文件的XML格式的描述文件. 因为其实现方式为基于声明的方式,而非命令的方式. 特整理一下其相关的概念 ...

  3. JAVA里面的IO流(一)分类2(节点流和处理流及构造方法概要)

    IO流根据处理对象的不同分为节点流和处理流. 直接对文件进行处理的流为节点流: 对流进行包装从而实现对文件的优化处理的流为处理流. 节点流类型: 可以看出,节点流主要分这几大类: 文件流 文件流构造方 ...

  4. HP iLo2 试用序列号

    HP iLo2 试用序列号 2 条回复 32Q8W-GKHTR-NPDKY-5CD79-T525H hp的ilo2功能实在太有用了,不用往那个恶劣的机房跑了,系统重装也直接远程完成. 这个试用序列号用 ...

  5. C# 以附加文件方式连接SQL Server数据库文件

    string str = @"data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFileName=z:\ttt.mdf;Us ...

  6. VC CComboBox用法总结

    VC每日一练,虽然简单,不动手试一下不能真正记住. 大气象 CComboBox *comboBox=(CComboBox*)GetDlgItem(IDC_COMBO1); comboBox->I ...

  7. bootstrap双日历插件实例化

    网站中难免会用到日期选择插件,常见的有jquery的,也有bootstrap的.单日历的就不说了,实例化都比较简单.今天给大家介绍一下bootstrap的双日历插件. http://www.jq22. ...

  8. PHP程序员面临的成长瓶颈

    作为Web开发中应用最广泛的语言之一,PHP有着大量的粉丝,那么你是一名优秀的程序员吗?在进行自我修炼的同时,你是否想过面对各种各样的问题,我该如何突破自身的瓶颈,以便更好的发展呢? PHP工程师面临 ...

  9. 一个简单的RMAN自动备份脚本

    rman备份脚本: #!/bin/bashsource /home/oracle/.bash_profile rman target / << EOFrun {allocate chann ...

  10. ASP.NET 5 入门 (3) – Logging

    ASP.NET 5 理解和入门 建立和开发ASP.NET 5 项目 使用自定义配置文件 ASP.NET 5 入门 (3) – Logging 前几天就关注到汤姆大叔的相关文档: 解读ASP.NET 5 ...