Title: Cleanup Text
Author: roggie
Published: <strong>मे 8, 2010</strong>
Last modified: ऑगस्ट 12, 2010

---

प्लगइन शोधा

हे प्लगइन **WordPress च्या शेवटच्या 3 महत्त्वाच्या प्रमुख पुनर्वितरणांच्या साथी 
चाचणी झालेले नाही**. हे येथे वापरल्यास सामर्थ्य देणार नाही किंवा त्या आधारित असु
शकते आणि WordPress च्या अधिक अद्ययावत आवृत्तींसह वापरताना संगतता समस्यांची शक्यता
आहे.

![](https://s.w.org/plugins/geopattern-icon/cleanup-text.svg)

# Cleanup Text

 [roggie](https://profiles.wordpress.org/roggie/) कडून

[डाउनलोड करा](https://downloads.wordpress.org/plugin/cleanup-text.zip)

 * [तपशील](https://mr.wordpress.org/plugins/cleanup-text/#description)
 * [पुनरावलोकने](https://mr.wordpress.org/plugins/cleanup-text/#reviews)
 *  [इंस्टॉलेशन](https://mr.wordpress.org/plugins/cleanup-text/#installation)
 * [डेव्हलोपमेंट](https://mr.wordpress.org/plugins/cleanup-text/#developers)

 [समर्थन](https://wordpress.org/support/plugin/cleanup-text/)

## वर्णन

WordPress posts and pages can contain Smart quotes and other fancy characters. But
Smartquotes and other special characters don’t work properly if you send the contents
of a post by email. This plugin cleans up text so it can be emailed properly.

Instead of using this plugin you could use WordPress filters to reformat text, but
WordPress filters cannot be used with PHP functions like strip_tags. If you use 
a filter to remove Smart quotes you can’t also use strip_tags to remove HTML.

Also, WordPress filters don’t remove all the characters that could cause problems.
For example, double spaces are not removed properly by WordPress, and Europeans 
will have problems with the UK pound currency symbol.

This very simple plugin removes all sorts of special characters, including double
spaces and currency symbols that WordPress filters don’t manage.

It also has an option to remove HTML.

## स्थापना

1) Copy the file cleanup_text.php to your WordPress plugins directory.

2) Login to WordPress as an administrator, go to Plugins and Activate it.

3) Call the plugin anywhere in your theme or other PHP code.

E.g. replace “the_content()” with “cleanup_text( the_content() )”

## नेहमी विचारले जाणारे प्रश्न

**How do I use the plugin?**
 Call the function cleanup_text() from within your 
theme or other plugin. Supply the text to be cleaned as the first argument. E.g.`
<?php $clean_text = cleanup_text( $text_to_clean ) ; ?>`

**How do I get the plugin to remove HTML?**
 Call the function with TRUE as the 
second argument. E.g. `<?php $clean_text = cleanup_text( $text_to_clean, TRUE) ;?
>`

**Can I use cleanup_text for web pages?**
 Yes, you could use cleanup_text to clean
text that will be displayed on a web page. You would probably use something like:
E.g. `<?php echo cleanup_text( get_the_content() ) ; ?>`

But the results will probably not be what you want because cleanup_text uses “\n”
for new lines, and web pages use `<br />` or some other HTML notation.

If you really want to do this let me know and I’ll update the plugin so it can be
used in this way.

## समीक्षा

ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.

## योगदानकर्ते आणि विकसक

“Cleanup Text” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान
केले आहे.

योगदानकर्ते

 *   [ roggie ](https://profiles.wordpress.org/roggie/)

[भाषांतर करा “Cleanup Text” तुमच्या भाषेत.](https://translate.wordpress.org/projects/wp-plugins/cleanup-text)

### विकासातील आग्रह?

[कोड ब्राउझ करा](https://plugins.trac.wordpress.org/browser/cleanup-text/), [SVN संग्रहालय](https://plugins.svn.wordpress.org/cleanup-text/)
तपासा, किंवा [विकास लॉग](https://plugins.trac.wordpress.org/log/cleanup-text/) च्या
[RSS](https://plugins.trac.wordpress.org/log/cleanup-text/?limit=100&mode=stop_on_copy&format=rss)
द्वारे सदस्यता घ्या.

## बदलांची यादी

For changelog please visit http://www.thehypervisor.com/cleanup-text/

## मेटा

 *  आवृत्ती **2.0.1**
 *  शेवटचा अद्यतन **16 वर्षे पूर्वी**
 *  सक्रिय स्थापना **10+**
 *  वर्डप्रेस आवृत्ती ** 1.0.0 किंवा मोठा **
 *  परीक्षित केले आहे **3.0.0**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/cleanup-text/)
 * टॅग्ज:
 * [filter](https://mr.wordpress.org/plugins/tags/filter/)[html](https://mr.wordpress.org/plugins/tags/html/)
   [Smart Quotes](https://mr.wordpress.org/plugins/tags/smart-quotes/)[special characters](https://mr.wordpress.org/plugins/tags/special-characters/)
 *  [प्रगत दृश्य](https://mr.wordpress.org/plugins/cleanup-text/advanced/)

## मूल्यांकन

अजून कोणतीही पुनरावलोकने सबमिट केलेली नाहीत.

[Your review](https://wordpress.org/support/plugin/cleanup-text/reviews/#new-post)

[सर्व पुनरावलोकने पहा](https://wordpress.org/support/plugin/cleanup-text/reviews/)

## योगदानकर्ते

 *   [ roggie ](https://profiles.wordpress.org/roggie/)

## समर्थन

काहीतरी सांगायचं आहे का? मदतीची आवश्यकता आहे का?

 [समर्थन फोरम पहा](https://wordpress.org/support/plugin/cleanup-text/)

## देणगी

आपण हे प्लगइन पुरविण्यात समर्थन करू इच्छिता का?

 [ ह्या प्लगइनला देणगी द्या ](http://www.rogerh.com/donate.html)