Description
Can be used to change the default profile attribute for the
tag.Example
function my_head_profile() {
return 'profile="http://gmpg.org/xfn/11"';
}
add_filter('thesis_head_profile','my_head_profile');
History
- This filter was added in version 1.7.