function ft_rtt_remove_title_attribute( $output ){
$output = preg_replace('/title=\"(.*?)\"/','',$output);
return $output;
}
add_filter('wp_list_categories','ft_rtt_remove_title_attribute');
add_filter('wp_list_pages','ft_rtt_remove_title_attribute');
WooCommerce 添加自定义功能页面及菜单到我的账户myaccount页面
WooCommerce 是 wordpress 的 B2C 电子商务解 阅读更多…