Unused since 3.5.0.
Parameters
$tabs
arrayrequired
Source
public function filter_upload_tabs( $tabs ) {
return $tabs;
}
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |
Unused since 3.5.0.
$tabs
arrayrequiredpublic function filter_upload_tabs( $tabs ) {
return $tabs;
}
Version | Description |
---|---|
3.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.