Archive | Functions by letter w RSS feed for this section

wp_admin_css_color

Registers an admin colour scheme css file.Allows a plugin to register a new admin colour scheme. For example:

3419

Continue reading

wp_admin_css

Enqueues or directly prints a stylesheet link to the specified CSS file.”Intelligently” decides to enqueue or to print the CSS file. If the ‘wp_print_styles’ action has *not* yet been called, the CSS file will be enqueued. If the wp_print_styles action *has* been called, the CSS link will be printed. Printing may be forced by passing TRUE as the $force_echo (second) parameter.

3417

Continue reading