{"id":105798,"date":"2019-07-04T06:39:23","date_gmt":"2019-07-04T06:39:23","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/wp-sms-functions\/"},"modified":"2023-10-31T08:32:17","modified_gmt":"2023-10-31T08:32:17","slug":"wp-sms-functions","status":"publish","type":"plugin","link":"https:\/\/ja.wordpress.org\/plugins\/wp-sms-functions\/","author":16598731,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.2.8","stable_tag":"trunk","tested":"5.8.13","requires":"4.9","requires_php":"7.0","requires_plugins":null,"header_name":"WP SMS Functions","header_author":"grilabs","header_description":"Lets you use SMS functions in Wordpress. Like wp_mail()","assets_banners_color":"84a7b7","last_updated":"2023-10-31 08:32:17","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/wp-sms-functions","header_author_uri":"https:\/\/www.gri.net","rating":0,"author_block_rating":0,"active_installs":90,"downloads":3299,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.1":{"tag":"1.1","author":"grilabs","date":"2019-08-27 14:53:05"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":2117366,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":2117366,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":2117366,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":2117366,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.1"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[140158,711],"plugin_category":[41],"plugin_contributors":[173543],"plugin_business_model":[],"class_list":["post-105798","plugin","type-plugin","status-publish","hentry","plugin_tags-send-message","plugin_tags-sms","plugin_category-communication","plugin_contributors-grilabs","plugin_committers-grilabs","plugin_support_reps-grilabs"],"banners":{"banner":"https:\/\/ps.w.org\/wp-sms-functions\/assets\/banner-772x250.png?rev=2117366","banner_2x":"https:\/\/ps.w.org\/wp-sms-functions\/assets\/banner-1544x500.png?rev=2117366","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/wp-sms-functions\/assets\/icon-128x128.png?rev=2117366","icon_2x":"https:\/\/ps.w.org\/wp-sms-functions\/assets\/icon-256x256.png?rev=2117366","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This simple plugin developed for developers.\nCan not be used alone! yet, it does not have an end-user feature.<\/p>\n\n<p>It completes your sms settings once and you can now use SMS functions in all Wordpress.\nYou can add new SMS provider to <code>inc\/providers<\/code> folder. <code>Netgsm_Provider.php<\/code> may be example for you! For more detail please write us: wp@gri.net\nThis example provider use Wordpress <a href=\"https:\/\/developer.wordpress.org\/plugins\/http-api\/\">HTTP API<\/a> with GET method. Connect provider API url and processes the results.<\/p>\n\n<h4>How to use?<\/h4>\n\n<p>Again it is worth mentioning, this is a developer plugin. You can't use this plug-in as an end-user.<\/p>\n\n<ul>\n<li>For SMS sending: Use <code>wp_sms_send_sms($receiver_number, $message)<\/code>. If this function unknowned, you can include file <code>ABSPATH . '\/wp-content\/plugins\/wp-sms-functions\/inc\/functions.php'<\/code>. Including too many times will not cause problems. It will protect itself against it.<\/li>\n<\/ul>\n\n<!--section=installation-->\n<p>This section describes how to install the plugin and get it working.<\/p>\n\n<ol>\n<li>Upload the plugin files to the <code>\/wp-content\/plugins\/wp-sms-functions<\/code> directory, or install the plugin through the WordPress plugins screen directly.<\/li>\n<li>Activate the plugin through the 'Plugins' screen in WordPress<\/li>\n<li>Use the Settings-&gt;SMS Provider screen to configure the plugin<\/li>\n<li>Select your SMS provider(SMS operator) and fill required settings. If you entered incorrect credentials for SMS account, you can see error message in this screen.<\/li>\n<li>After successfully installation, you can use SMS functions in everywhere of WP.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='how%20to%20add%20new%20provider%20to%20use%3F'><h3>How to add new provider to use?<\/h3><\/dt>\n<dd><ul>\n<li>First, clone example provider file(<code>inc\/providers\/Netgsm_Provider.php<\/code>) as your provider name in <code>inc\/providers<\/code> directory. All of php files in this directory will be included with <a href=\"https:\/\/codex.wordpress.org\/Plugin_API\/Action_Reference\/init\">WP init action<\/a>.<\/li>\n<li>Set your provider name and slug in <code>__construct<\/code> and set settings fields in <code>fields<\/code> method. In <code>settings<\/code> method, you must input fields for settings page.<\/li>\n<li>Lastly create or modify <code>send_sms<\/code> method in your provider class. You can get options and trigger to send SMS.<\/li>\n<\/ul><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.2.7<\/h4>\n\n<ul>\n<li>Asist SMS provider added.<\/li>\n<\/ul>\n\n<h4>1.2.6<\/h4>\n\n<ul>\n<li>Gri SMS provider updated.<\/li>\n<\/ul>\n\n<h4>1.2.5<\/h4>\n\n<ul>\n<li>Gri SMS provider updated.<\/li>\n<\/ul>\n\n<h4>1.2.4<\/h4>\n\n<ul>\n<li>Gri SMS provider added.<\/li>\n<li>Verimor provider some improvements.<\/li>\n<\/ul>\n\n<h4>1.2.3<\/h4>\n\n<ul>\n<li>Improvements for NetGSM operator.<\/li>\n<\/ul>\n\n<h4>1.2.2<\/h4>\n\n<ul>\n<li>Added new provider: BatmanTopluSMS<\/li>\n<li>Some small bugs fixed.<\/li>\n<\/ul>\n\n<h4>1.2.1<\/h4>\n\n<ul>\n<li>Added new provider: UygunSMS<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Added new provider: BizimSMS<\/li>\n<li>All providers migrated to new version.<\/li>\n<li>NetGSM SOAP method added.<\/li>\n<li>NEW FEATURE: Debug mode<\/li>\n<li>NEW FEATURE: Send test SMS<\/li>\n<\/ul>\n\n<h4>1.1.2<\/h4>\n\n<ul>\n<li>Added new provider: Mobildev<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Added new providers: Iletimerkezi, Jetsms, Mutlucell<\/li>\n<li>cURL Post method created.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>This is the launch version. No changes yet.<\/li>\n<\/ul>","raw_excerpt":"This plugin gives you the ability to send SMS to your Wordpress website globally. Install and use SMS functions directly.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/105798","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=105798"}],"author":[{"embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/grilabs"}],"wp:attachment":[{"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=105798"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=105798"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=105798"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=105798"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=105798"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=105798"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}