Title: CleanPrint Error Message:
Last modified: August 20, 2016

---

# CleanPrint Error Message:

 *  Resolved [btspamshield-1](https://wordpress.org/support/users/btspamshield-1/)
 * (@btspamshield-1)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/cleanprint-error-message/)
 * CleanPrint is working fine using the default placement, however, after following
   the instructions to use the shortcode placement option I am receiving the following
   error message on my page:
 * “Warning: Missing argument 1 for cleanprint_add_print_button(),…”
 * The following code was inserted to the functions.php file as instructed:
 *     ```
       add_shortcode('cleanprint_print_button', 'get_cleanprint_print_button');
           function get_cleanprint_print_button() {
              if( function_exists('cleanprint_add_print_button') ){
                 return cleanprint_add_print_button();
              }
           }
       ```
   
 * How do I resolve the missing argument?
 * [http://wordpress.org/extend/plugins/cleanprint-lt/](http://wordpress.org/extend/plugins/cleanprint-lt/)

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

 *  Plugin Author [johncadams](https://wordpress.org/support/users/johncadams/)
 * (@johncadams)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/cleanprint-error-message/#post-3123062)
 * Are you running the latest version of the plug-in?
 *  [frizzie55](https://wordpress.org/support/users/frizzie55/)
 * (@frizzie55)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/cleanprint-error-message/#post-3123082)
 * I get that same error message and, yes, I’m running the latest version, so how
   to resolve this problem?
 *  Plugin Author [johncadams](https://wordpress.org/support/users/johncadams/)
 * (@johncadams)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/cleanprint-error-message/#post-3123086)
 * Try the 3.2.2 version, hopefully that addresses your issue

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

The topic ‘CleanPrint Error Message:’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cleanprint-lt_3c3c3c.svg)
 * [CleanPrint](https://wordpress.org/plugins/cleanprint-lt/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cleanprint-lt/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cleanprint-lt/)
 * [Active Topics](https://wordpress.org/support/plugin/cleanprint-lt/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cleanprint-lt/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cleanprint-lt/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [johncadams](https://wordpress.org/support/users/johncadams/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/cleanprint-error-message/#post-3123086)
 * Status: resolved