Uses
Uses | Description |
---|---|
wp-includes/formatting.php: wp_targeted_link_rel | Filters the rel values that are added to links with |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/kses.php: wp_kses_hair() | Builds an attribute list from string containing attributes. |
wp-includes/functions.php: wp_allowed_protocols() | Retrieve a list of protocols to allow in HTML attributes. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |