page_attributes_dropdown_pages_args

最后更新于:2021-11-27 12:41:05

apply_filters( ‘page_attributes_dropdown_pages_args’, array $dropdown_args, GC_Post $post )

Filters the arguments used to generate a Pages drop-down element.

参数

$dropdown_args

(array)
Array of arguments used to generate the pages drop-down.

$post

(GC_Post)
The current post.

源文件

文件: gc-admin/includes/meta-boxes.php

View on Trac