Uses
Uses | Description |
---|---|
wp-admin/includes/ms.php: upload_is_user_over_quota() | Check whether a site has used its allotted upload space. |
wp-admin/includes/image.php: wp_generate_attachment_metadata() | Generate attachment meta data and create image sub-sizes for images. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: sanitize_file_name() | Sanitizes a filename, replacing whitespace with dashes. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/functions.php: wp_upload_bits() | Create a file in the upload folder with given content. |
wp-includes/functions.php: size_format() | Convert number of bytes largest unit bytes will fit into. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post.php: wp_update_attachment_metadata() | Updates metadata for an attachment. |
wp-includes/post.php: wp_insert_attachment() | Insert an attachment. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/ms-functions.php: get_space_allowed() | Returns the upload quota for the current blog. |
wp-includes/class-wp-xmlrpc-server.php: pre_upload_error | Filters whether to preempt the XML-RPC media upload. |
wp-includes/class-wp-xmlrpc-server.php: xmlrpc_call_success_mw_newMediaObject | Fires after a new attachment has been added via the XML-RPC MovableType API. |
wp-includes/class-wp-xmlrpc-server.php: wp_xmlrpc_server::_prepare_media_item() | Prepares media item data for return in an XML-RPC object. |
wp-includes/class-wp-xmlrpc-server.php: xmlrpc_call | Fires after the XML-RPC user has been authenticated but before the rest of the method logic begins. |
wp-includes/class-wp-xmlrpc-server.php: wp_xmlrpc_server::escape() | Escape string or array of strings for database. |
wp-includes/class-wp-xmlrpc-server.php: wp_xmlrpc_server::login() | Log user in. |