WordPress 函数手册POSTS 1732

整理汇总WordPress的函数说明,希望帮助喜欢wordpress开发的朋友。

do_favicon()

do_favicon() 显示费维孔.ico文件内容。Display the favicon.ico file...

最后更新

esc_attr()

esc_attr( string $text ) 为HTML属性转义。Escaping for HTML at...

最后更新

do_feed()

do_feed() 使用动作挂钩加载提要模板。Load the feed template from the ...

最后更新

doing_filter()

doing_filter( null|string $filter = null ) 检索当前正在处理的筛选器...

最后更新

dolly_css()

dolly_css() 目录锚点:#返回#源码 返回(Return) 无返回值 源码(Source) 更新版本...

最后更新

esc_js()

esc_js( string $text ) 转义单引号、htmlspecialchar“&”,并修复...

最后更新

esc_sql()

esc_sql( string|array $data ) 转义MySQL查询中使用的数据。Escapes d...

最后更新

drop_index()

drop_index( string $table, string $index ) 从表中删除指定的索引。D...

最后更新

do_action()

do_action( string $tag, mixed $arg ) 执行挂接在特定动作挂钩上的函数。Ex...

最后更新

esc_url()

esc_url( string $url, string[] $protocols = null, strin...

最后更新

edit_link()

edit_link( int $link_id ) 使用$u POST中提供的值更新或插入链接。Updates...

最后更新

do_all_pings()

do_all_pings() 执行所有pingback、附件、trackback并发送到pingback服务。...

最后更新

edit_post()

edit_post( array $post_data = null ) 使用$u post中提供的值更新现有...

最后更新

feed_links()

feed_links( array $args = array() ) 显示指向常规源的链接。Display ...

最后更新

do_blocks()

do_blocks( string $content ) 从“post_content”中解析动态块并重新呈现...

最后更新

fetch_feed()

fetch_feed( string|string[] $url ) 基于RSS或来自URL的Atom提要构建...

最后更新

fetch_rss()

fetch_rss( string $url ) 基于RSS from URL构建喜鹊对象。Build Mag...

最后更新

did_action()

did_action( string $tag ) 检索触发操作的次数。Retrieve the number...

最后更新