Custom_Image_Header::filter_upload_tabs( array $tabs )
Unused since 3.5.0.
Parameters
- $tabs
-
(array) (Required)
Return
(array) $tabs
Source
File: wp-admin/includes/class-custom-image-header.php
public function filter_upload_tabs( $tabs ) { return $tabs; }
Expand full source code Collapse full source code View on Trac View on GitHub
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |