Title: Change number dynamically
Last modified: March 22, 2022

---

# Change number dynamically

 *  Resolved [unaimendieta](https://wordpress.org/support/users/unaimendieta/)
 * (@unaimendieta)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/change-number-dynamically/)
 * Hi,
    Is there a way to dynamically change number using code? I have a wordpress
   page in which different vendors sell products and what I want to achieve is that
   the contact number of the corresponding vendor appears on each product page. 
   Thanks

Viewing 1 replies (of 1 total)

 *  Plugin Author [bhvreddy](https://wordpress.org/support/users/bhvreddy/)
 * (@bhvreddy)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/change-number-dynamically/#post-15484018)
 * Hi,
 * We can change the number at page level.
    [https://holithemes.com/plugins/click-to-chat/change-values-at-page-level/](https://holithemes.com/plugins/click-to-chat/change-values-at-page-level/)
 * Exact vendor specfic option is not there direclty.
 * An e.g. to change the number.
    please add your vendor specific logic to change
   the number.
 * `Before updating the code in product sites. please test in development enviroment`
 *     ```
       add_filter( 'ht_ctc_fh_chat', function($ht_ctc_chat) {
   
           // to change the number - please add the number here with vendor specific logic
           $ht_ctc_chat['number'] = '';
   
           return $ht_ctc_chat;
       } );
       ```
   
 * Have a nice day,
    Thank you

Viewing 1 replies (of 1 total)

The topic ‘Change number dynamically’ is closed to new replies.

 * ![](https://ps.w.org/click-to-chat-for-whatsapp/assets/icon-256x256.gif?rev=2892731)
 * [Click to Chat - HoliThemes](https://wordpress.org/plugins/click-to-chat-for-whatsapp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/click-to-chat-for-whatsapp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/click-to-chat-for-whatsapp/)
 * [Active Topics](https://wordpress.org/support/plugin/click-to-chat-for-whatsapp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/click-to-chat-for-whatsapp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/click-to-chat-for-whatsapp/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [bhvreddy](https://wordpress.org/support/users/bhvreddy/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/change-number-dynamically/#post-15484018)
 * Status: resolved