首页 WordPress函数大全 get_blog_list()

get_blog_list()

2020-05-01 / 2721阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

Warning: This function has been deprecated. Use wp_get_sites() instead.

get_blog_list( int $start, int $num = 10, string $deprecated = '' )

Deprecated functionality to retrieve a list of all sites.

描述

See also See also

  • wp_get_sites()

Top ↑

参数

$start

(int)
(Optional)
Offset for retrieving the blog list. Default 0.

$num

(int)
(Optional)
Number of blogs to list.

Default value: 10

$deprecated

(string)
(Optional)
Unused.

Default value: ''

大家谈论
    我的见解