wpseek.com
WordPress开发者和主题制作者的搜索引擎



next_posts_link_attributes › WordPress过滤钩子

Since2.7.0
已弃用n/a
apply_filters( 'next_posts_link_attributes', '' )
参数:
  • (string) $attributes Attributes for the anchor tag.
    Required: Yes
定义在:
文档:

Filters the anchor tag attributes for the next posts page link.





源码

$attr = apply_filters( 'next_posts_link_attributes', '' );