Custom_Background::filter_upload_tabs()

最后更新于:2021-11-25 19:33:02

Custom_Background::filter_upload_tabs( array$tabs)

参数

$tabs

(array) (Required)

响应

(array) $tabs

源文件

文件: gc-admin/includes/class-custom-background.php

	public function filter_upload_tabs( $tabs ) {
		return $tabs;
	}