Title: Arguments on hook
Last modified: April 25, 2023

---

# Arguments on hook

 *  Resolved [valousal](https://wordpress.org/support/users/valentinanamorphik/)
 * (@valentinanamorphik)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/arguments-on-hook/)
 * Hi,
 * the ‘_ppress\_checkout\_order\_button\_text_‘ hook is present twice but with 
   a different number of arguments.
 * Is it possible to fix it?
 * THANKS.

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

 *  Thread Starter [valousal](https://wordpress.org/support/users/valentinanamorphik/)
 * (@valentinanamorphik)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/arguments-on-hook/#post-16684570)
 *     ```wp-block-code
       $submit_button_text = apply_filters('ppress_checkout_order_button_text', sprintf('Pay %s', ppress_display_amount($order_total)), $order_total);
   
       if ($plan->is_recurring()) $submit_button_text = esc_html__('Subscribe', 'wp-user-avatar');
   
       if ($plan->has_free_trial()) $submit_button_text = esc_html__('Start Trial', 'wp-user-avatar');
   
       $submit_button_text = apply_filters('ppress_checkout_order_button_text', $submit_button_text, $order_total, $plan);
       ```
   
 *  Plugin Author [Collins Agbonghama](https://wordpress.org/support/users/collizo4sky/)
 * (@collizo4sky)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/arguments-on-hook/#post-16684999)
 * This will be fixed in the next update. We’ve added $plan to the other filter 
   where it is missing.
 * Thanks for pointing this out.
    -  This reply was modified 3 years, 1 month ago by [Collins Agbonghama](https://wordpress.org/support/users/collizo4sky/).

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

The topic ‘Arguments on hook’ is closed to new replies.

 * ![](https://ps.w.org/wp-user-avatar/assets/icon-256x256.png?rev=2532486)
 * [Paid Membership Plugin, Ecommerce, User Registration Form, Login Form, User Profile & Restrict Content – ProfilePress](https://wordpress.org/plugins/wp-user-avatar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-user-avatar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-user-avatar/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-user-avatar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-user-avatar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-user-avatar/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [Collins Agbonghama](https://wordpress.org/support/users/collizo4sky/)
 * Last activity: [3 years, 1 month ago](https://wordpress.org/support/topic/arguments-on-hook/#post-16684999)
 * Status: resolved