Custom_Background::filter_upload_tabs( array $tabs ): array

In this article

This method has been deprecated.

Parameters

$tabsarrayrequired

Return

array $tabs

Source

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

Changelog

VersionDescription
3.5.0This method has been deprecated.
3.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.