wp_admin_css_uri

Advertisement

Summery Summery

Filters the URI of a WordPress admin CSS file.

Syntax Syntax

apply_filters( 'wp_admin_css_uri', string $_file, string $file )

Parameters Parameters

$_file

Relative path to the file with query arguments attached.

$file

Relative path to the file, minus its ".css" extension.

Source Source

File: wp-includes/general-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.

Advertisement

Leave a Reply