Title: query subscriber
Last modified: May 4, 2023

---

# query subscriber

 *  Resolved [Farhad](https://wordpress.org/support/users/farhaddc/)
 * (@farhaddc)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/query-subscriber/)
 * Can query subscriber in my PHP code?

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

 *  Plugin Author [Mostafa Soufi](https://wordpress.org/support/users/mostafas1990/)
 * (@mostafas1990)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/query-subscriber/#post-16711471)
 * Hey, I assume you are looking to get subscribers in your custom plugin/theme?
   you might want to check out the following class:
 *     ```wp-block-code
       $newsletter = new \WP_SMS\Newsletter();
       $newsletter::addGroup();
       $newsletter::getSubscribers();
       $newsletter::getGroup();
       $newsletter::getGroups();
       $newsletter::getSubscriberByMobile();
       ```
   
 * If that’s not what you’re looking for, could you please provide some more context
   or details?
 *  Thread Starter [Farhad](https://wordpress.org/support/users/farhaddc/)
 * (@farhaddc)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/query-subscriber/#post-16712391)
 * I manage to do it through `$wpdb`, but one question I have, is there anyway I
   can avoid sending messages to subscribers who are marked inactive? or the plugin
   takes that into consideration by default, and if I mark them as inactive, it 
   won’t send it?
 *  Plugin Author [Mostafa Soufi](https://wordpress.org/support/users/mostafas1990/)
 * (@mostafas1990)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/query-subscriber/#post-16715524)
 * All subscriber SMS notification will send to activated subscribers.

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

The topic ‘query subscriber’ is closed to new replies.

 * ![](https://ps.w.org/wp-sms/assets/icon.svg?rev=3477319)
 * [WSMS (formerly WP SMS) – SMS & MMS Notifications with OTP and 2FA for WooCommerce](https://wordpress.org/plugins/wp-sms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-sms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-sms/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-sms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-sms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-sms/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Mostafa Soufi](https://wordpress.org/support/users/mostafas1990/)
 * Last activity: [3 years, 1 month ago](https://wordpress.org/support/topic/query-subscriber/#post-16715524)
 * Status: resolved