Title: Remove decimals !
Last modified: September 1, 2016

---

# Remove decimals !

 *  Resolved [patowins](https://wordpress.org/support/users/patowins/)
 * (@patowins)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-decimals-1/)
 * Good day…
 * …How I can remove the decimals ?
 * Thank!
 * [https://wordpress.org/plugins/advanced-classifieds-and-directory-pro/](https://wordpress.org/plugins/advanced-classifieds-and-directory-pro/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-decimals-1/#post-7546324)
 * 1. Open your theme’s **functions.php** file
    2. Add the following code to the
   bottom of this file,
 *     ```
       function customize_acadp_currency_decimal_count( $decimals ) {
       	return 0;
       }
       add_filter('acadp_currency_decimal_count', 'customize_acadp_currency_decimal_count');
       ```
   
 * 3. Save the changes.
 * That’s it.
 *  Thread Starter [patowins](https://wordpress.org/support/users/patowins/)
 * (@patowins)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/remove-decimals-1/#post-8222979)
 * Great and thank you !

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove decimals !’ is closed to new replies.

 * ![](https://ps.w.org/advanced-classifieds-and-directory-pro/assets/icon-128x128.
   png?rev=1506527)
 * [Advanced Classifieds & Directory Pro](https://wordpress.org/plugins/advanced-classifieds-and-directory-pro/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-classifieds-and-directory-pro/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-classifieds-and-directory-pro/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-classifieds-and-directory-pro/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-classifieds-and-directory-pro/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-classifieds-and-directory-pro/reviews/)

## Tags

 * [decimals](https://wordpress.org/support/topic-tag/decimals/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)

 * 2 replies
 * 2 participants
 * Last reply from: [patowins](https://wordpress.org/support/users/patowins/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/remove-decimals-1/#post-8222979)
 * Status: resolved