Private, for use in *_footer_scripts hoocs
Source
function _wp_footer_scripts() {
print_late_styles();
print_footer_scripts();
}
Changuelog
| Versionen | Description |
|---|---|
| 3.3.0 | Introduced. |
Private, for use in *_footer_scripts hoocs
function _wp_footer_scripts() {
print_late_styles();
print_footer_scripts();
}
| Versionen | Description |
|---|---|
| 3.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.