equal
deleted
inserted
replaced
241 * |
241 * |
242 * @since 2.6.0 |
242 * @since 2.6.0 |
243 * @since 4.3.0 Introduced the `$href` parameter. |
243 * @since 4.3.0 Introduced the `$href` parameter. |
244 * @since 4.5.0 Introduced the `$media` parameter. |
244 * @since 4.5.0 Introduced the `$media` parameter. |
245 * |
245 * |
246 * @param string $html The link tag for the enqueued style. |
246 * @param string $tag The link tag for the enqueued style. |
247 * @param string $handle The style's registered handle. |
247 * @param string $handle The style's registered handle. |
248 * @param string $href The stylesheet's source URL. |
248 * @param string $href The stylesheet's source URL. |
249 * @param string $media The stylesheet's media attribute. |
249 * @param string $media The stylesheet's media attribute. |
250 */ |
250 */ |
251 $tag = apply_filters( 'style_loader_tag', $tag, $handle, $href, $media ); |
251 $tag = apply_filters( 'style_loader_tag', $tag, $handle, $href, $media ); |