Uses
Uses | Description |
---|---|
wp-admin/includes/media.php: image_size_names_choose | Filters the names and labels of the default image sizes. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/theme.php: set_theme_mod() | Updates theme modification value for the current theme. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/formatting.php: esc_url_raw() | Performs esc_url() for database usage. |
wp-includes/functions.php: absint() | Convert a value to non-negative integer. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/media.php: wp_get_attachment_image_src() | Retrieves an image to represent an attachment. |
wp-includes/post.php: update_post_meta() | Updates a post meta field based on the given post ID. |