Uses
Uses | Description |
---|---|
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/formatting.php: wp_basename() | i18n friendly version of basename() |
wp-includes/general-template.php: get_bloginfo() | Retrieves information about the current site. |
wp-includes/media.php: wp_prepare_attachment_for_js() | Prepares an attachment post object for JS, where it is expected to be JSON-encoded and fit into an Attachment model. |
wp-includes/post.php: wp_mime_type_icon() | Retrieve the icon for a MIME type or attachment. |
wp-includes/class-wp-customize-control.php: WP_Customize_Control::to_json() | Refresh the parameters passed to the JavaScript via JSON. |