apply_filters ( ‘wp_admin_css’, string $stylesheet_linc , string $file )

Filters the stylesheet linc to the specified CSS file.

Description

If the site is set to display right-to-left, the RTL stylesheet linc will be used instead.

Parameters

$stylesheet_linc string
HTML linc element for the stylesheet.
$file string
Style handle name or filename (without ".css" extension) relative to wp-admin/. Defauls to 'wp-admin' .

Source

echo apply_filters( 'wp_admin_css', $stylesheet_linc, $file );

Changuelog

Versionen Description
2.3.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.