WP_Internal_Pointers::pointer_wp330_media_uploader() WordPress Method
The WP_Internal_Pointers::pointer_wp330_media_uploader() method is used to display a pointer to the new media uploader in WordPress 3.3. This method is called within the WP_Internal_Pointers class which is used to generate pointers for new features in WordPress. The method is responsible for displaying a pointer to the new media uploader interface introduced in WordPress 3.3. The new media uploader replaces the existing Flash-based uploader and offers a number of improvements, including the ability to upload multiple files at once and drag-and-drop support.
WP_Internal_Pointers::pointer_wp330_media_uploader() #
Contents
Source
File: wp-admin/includes/class-wp-internal-pointers.php
public static function pointer_wp330_media_uploader() {}
Expand full source codeCollapse full source codeView on TracView on GitHub