Example: <\/b>Send an additional email when sending SMS:<\/p>\n\r\nfunction send_mail_on_sms_dispatch($message_info) {\r\n\twp_mail('recipient@ma.il', 'SMS dispatch', $message_info);\r\n}\r\nadd_action('wp_sms_send', 'send_mail_on_sms_dispatch');\r\n<\/pre>\nFilters<\/h3>\n
By using filters we can modify the submitted function parameters.<\/p>\n
wp_sms_from<\/h4>\n
Example: <\/b>Prefix the German country code to the sender ID:<\/p>\n\r\nfunction wp_sms_modify_sender($from) {\r\n\treturn '+49' . $from;\r\n}\r\nadd_filter('wp_sms_from', 'wp_sms_modify_sender');\r\n<\/pre>\nwp_sms_msg<\/h4>\n
Example: <\/b>Append a signature to outgoing message:<\/p>\n\r\nfunction wp_sms_attach_signature($message) {\r\n\treturn $message . ' \/n Warm regards from sms77';\r\n}\r\nadd_filter('wp_sms_msg', 'wp_sms_attach_signature');\r\n<\/pre>\n","protected":false},"featured_media":0,"parent":17826,"menu_order":65,"comment_status":"open","ping_status":"closed","template":"","doc_tag":[],"class_list":["post-30799","docs","type-docs","status-publish","hentry"],"comment_count":0,"_links":{"self":[{"href":"https:\/\/www.seven.io\/en\/wp-json\/wp\/v2\/docs\/30799","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.seven.io\/en\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/www.seven.io\/en\/wp-json\/wp\/v2\/types\/docs"}],"replies":[{"embeddable":true,"href":"https:\/\/www.seven.io\/en\/wp-json\/wp\/v2\/comments?post=30799"}],"version-history":[{"count":4,"href":"https:\/\/www.seven.io\/en\/wp-json\/wp\/v2\/docs\/30799\/revisions"}],"predecessor-version":[{"id":30979,"href":"https:\/\/www.seven.io\/en\/wp-json\/wp\/v2\/docs\/30799\/revisions\/30979"}],"up":[{"embeddable":true,"href":"https:\/\/www.seven.io\/en\/wp-json\/wp\/v2\/docs\/17826"}],"next":[{"title":"Workato","link":"https:\/\/www.seven.io\/en\/docs\/third-party-solutions\/workato\/","href":"https:\/\/www.seven.io\/en\/wp-json\/wp\/v2\/docs\/24509"}],"prev":[{"title":"WooCommerce","link":"https:\/\/www.seven.io\/en\/docs\/third-party-solutions\/woocommerce\/","href":"https:\/\/www.seven.io\/en\/wp-json\/wp\/v2\/docs\/19652"}],"wp:attachment":[{"href":"https:\/\/www.seven.io\/en\/wp-json\/wp\/v2\/media?parent=30799"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/www.seven.io\/en\/wp-json\/wp\/v2\/doc_tag?post=30799"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}