(function ($) {
$(document).ready(function () {
$(document).bind(‘ready ajaxComplete’, function () {
$(“.ds-portfolio-custom-order .et_pb_portfolio_filters li, .ds-portfolio-custom-order .post-meta, .single-project .et_project_categories”).html(function () {
return $(this).html().replace(/[0-9]+/, ”);
});
});
});
})(jQuery);