media_upload_tabs

Definition:
function media_upload_tabs() {}

Defined filters

  • media_upload_tabs
    apply_filters('media_upload_tabs', $_default_tabs)

Source code

function media_upload_tabs() {

	$_default_tabs = array(

		'type' => __('From Computer'), // handler action suffix => tab text

		'type_url' => __('From URL'),

		'gallery' => __('Gallery'),

		'library' => __('Media Library')

	);



	return apply_filters('media_upload_tabs', $_default_tabs);

}

2387

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: