Custom_Background::filter_upload_tabs
Deprecated since 3.5.0. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.
Method of the class: Custom_Background{}
No Hooks.
Returns
Array. $tabs
Usage
$Custom_Background = new Custom_Background(); $Custom_Background->filter_upload_tabs( $tabs );
- $tabs(array) (required)
- .
Changelog
| Since 3.4.0 | Introduced. |
| Deprecated since | 3.5.0 |
Custom_Background::filter_upload_tabs() Custom Background::filter upload tabs code WP 6.9.1
public function filter_upload_tabs( $tabs ) {
return $tabs;
}