Filter hook 'wp_admin_css'

in WP Core File wp-includes/general-template.php at line 4909

Description

Filters the stylesheet link to the specified CSS file. If the site is set to display right-to-left, the RTL stylesheet link will be used instead.

Occurrences

Filename Line Number
wp-includes/general-template.php 4909
wp-includes/general-template.php 4918

Parameters

Type Name Description
string $stylesheet_link HTML link element for the stylesheet.
string $file Style handle name or filename (without ".css" extension) relative to wp-admin/. Defaults to 'wp-admin'.

PHP Doc

/**
	 * Filters the stylesheet link to the specified CSS file.
	 *
	 * If the site is set to display right-to-left, the RTL stylesheet link
	 * will be used instead.
	 *
	 * @since 2.3.0
	 * @param string $stylesheet_link HTML link element for the stylesheet.
	 * @param string $file            Style handle name or filename (without ".css" extension)
	 *                                relative to wp-admin/. Defaults to 'wp-admin'.
	 */