dropdown_link_categories()

最后更新于:2021-11-26 03:59:42

dropdown_link_categories( int$default)

Legacy function used to generate a link categories checklist control.

参数

$default

(int) (Required) Unused.

源文件

文件: gc-admin/includes/deprecated.php

function dropdown_link_categories( $default = 0 ) {
	_deprecated_function( __FUNCTION__, '2.6.0', 'gc_link_category_checklist()' );
	global $link_id;
	gc_link_category_checklist( $link_id );
}