thesis_doctype
Description
Can be used to change the default DOCTYPE declaration.
Example
function my_doctype() {
return '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">';
}
add_filter('thesis_doctype','my_doctype');
History
- This filter was added in version 1.7.