WordPress – BBpress
Supprimer Privé: Privé: dans le forum bbpress Remove « Private: Private: in bbpress forum functions.php /* remove private: private: from bbpress */ add_filter('private_title_format', 'ntwb_remove_private_title'); function ntwb_remove_private_title($title) { return '%s'; }
Commentaires récents