Archive | /wp-includes/general-template.php RSS feed for this section

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

user_can_richedit

Whether the user should have a WYSIWIG editor.Checks that the user requires a WYSIWIG editor and that the editor is supported in the users browser.

3295

Continue reading

the_weekday_date

Display the weekday on which the post was written.Will only output the weekday if the current post’s weekday is different from the previous one output.

3059

Continue reading