{"id":41953,"date":"2016-02-16T18:35:24","date_gmt":"2016-02-16T18:35:24","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/super-simple-subscriptions\/"},"modified":"2016-03-23T18:31:41","modified_gmt":"2016-03-23T18:31:41","slug":"super-simple-subscriptions","status":"closed","type":"plugin","link":"https:\/\/ru.wordpress.org\/plugins\/super-simple-subscriptions\/","author":14677513,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.1.0","stable_tag":"1.1.0","tested":"4.4.34","requires":"3.8","requires_php":"","requires_plugins":"","header_name":"Super Simple Subscriptions","header_author":"Marcel van Doornen","header_description":"","assets_banners_color":"dcc6c1","last_updated":"2016-03-23 18:31:41","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/webbouwplus.nl","header_plugin_uri":"","header_author_uri":"http:\/\/www.webbouwplus.nl","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1198,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.1.0":"<ul>\n<li>Add option to download subscriptions for an event to a csv file.<\/li>\n<\/ul>","1.0":"<p>No upgrade yet, this is the first release.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1352051","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1352051","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"1352051","resolution":"1544x500","location":"assets"},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1352051","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.1.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1352051","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1352051","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1352051","resolution":"3","location":"assets"}},"screenshots":{"1":"Enable or disable subscriptions for an event.","2":"Subscribe or unsubscribe for an event.","3":"View\/delete subscriptions (admin section)."}},"plugin_section":[],"plugin_tags":[1486,59596],"plugin_category":[40],"plugin_contributors":[96374],"plugin_business_model":[],"class_list":["post-41953","plugin","type-plugin","status-closed","hentry","plugin_tags-events","plugin_tags-events-subscriptions","plugin_category-calendar-and-events","plugin_contributors-marcel-nl","plugin_committers-marcel-nl"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/super-simple-subscriptions_dcc6c1.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/super-simple-subscriptions\/assets\/screenshot-1.png?rev=1352051","caption":"Enable or disable subscriptions for an event."},{"src":"https:\/\/ps.w.org\/super-simple-subscriptions\/assets\/screenshot-2.png?rev=1352051","caption":"Subscribe or unsubscribe for an event."},{"src":"https:\/\/ps.w.org\/super-simple-subscriptions\/assets\/screenshot-3.png?rev=1352051","caption":"View\/delete subscriptions (admin section)."}],"raw_content":"<!--section=description-->\n<p>Extension for Super Simple Events (https:\/\/nl.wordpress.org\/plugins\/super-simple-events\/) to subscribe to events.<\/p>\n\n<ul>\n<li>Enable\/disable subscriptions for an event<\/li>\n<li>Subscribe or unsubscribe to an event<\/li>\n<li>View and delete all subscriptions (in the admin section)<\/li>\n<li>View \/ delete subscriptions for each event (in the admin section)<\/li>\n<li>Download event subscriptions<\/li>\n<\/ul>\n\n<h4>How to use<\/h4>\n\n<p>Just install the plugin. (see installation section).\nCreate or edit an event. Enable the checkbox 'Enable subscriptions for this event' to show the event subscription form.<\/p>\n\n<p>To view all the subscriptions, go to www.your-site.com\/wp-admin\/admin.php?page=wp_sss\nWanted to view the subscriptions for one event? click on the event title on that page.<\/p>\n\n<h4>Download event subscriptions<\/h4>\n\n<p>Go to the admin event subscriptions overview (www.your-site.com\/wp-admin\/admin.php?page=wp_sss)\nClick on an event title in the table. On the next page you see a 'download subscriptions' link below the page title.<\/p>\n\n<h4>Actions and filters<\/h4>\n\n<ul>\n<li>Filter before inserting\/remove a subscription<\/li>\n<li>Action after a subscription is saved or deleted<\/li>\n<li>Filter before subscription is deleted (admin section)<\/li>\n<li>Filter before showing the subscription form<\/li>\n<li><p>Filter to change the subscription form<\/p>\n\n<p>function test_filter($subscription, $type) {\n  var_dump('Prepare subscription');\n  return $subscription;\n}\nadd_filter('super_simple_subscriptions_prepare', 'test_filter', 10, 2);<\/p>\n\n<p>function test_action($subscription, $type) {\n  var_dump('Action after subscription is saved or deleted');\n}\nadd_action('super_simple_subscriptions_saved', 'test_action', 10, 2);<\/p>\n\n<p>function test_delete($subscription_id) {\n  var_dump('Delete subscription');\n  return $subscription_id;\n}\nadd_filter('super_simple_subscriptions_delete', 'test_delete');<\/p>\n\n<p>function test_show_subscription_form($post_id) {\n  var_dump('Do some custom checks and return true or false');\n  return TRUE;\n}\nadd_filter('super_simple_subscriptions_show_subscription_form', 'test_show_subscription_form');<\/p>\n\n<p>function test_super_simple_subscriptions_form($content) {\n  var_dump('Change the subscription form');\n  return $content;\n}\nadd_filter('super_simple_subscriptions_form', 'test_super_simple_subscriptions_form');<\/p><\/li>\n<\/ul>\n\n<h4>Possible feature updates<\/h4>\n\n<ul>\n<li>Limit subscriptions for an event<\/li>\n<li>Email confirmation<\/li>\n<li>Subscriptions only for members (or certain roles)<\/li>\n<\/ul>\n\n<!--section=installation-->\n<p>This section describes how to install the plugin and get it working.<\/p>\n\n<h4>Using The WordPress Dashboard<\/h4>\n\n<ol>\n<li>Navigate to the 'Add New' in the plugins dashboard<\/li>\n<li>Search for 'super_simple_subscriptions'<\/li>\n<li>Click 'Install Now'<\/li>\n<li>Activate the plugin on the Plugin dashboard<\/li>\n<\/ol>\n\n<h4>Uploading in WordPress Dashboard<\/h4>\n\n<ol>\n<li>Navigate to the 'Add New' in the plugins dashboard<\/li>\n<li>Navigate to the 'Upload' area<\/li>\n<li>Select <code>super_simple_subscriptions.zip<\/code> from your computer<\/li>\n<li>Click 'Install Now'<\/li>\n<li>Activate the plugin in the Plugin dashboard<\/li>\n<\/ol>\n\n<h4>Using FTP<\/h4>\n\n<ol>\n<li>Download <code>super-simple-subscriptions.zip<\/code><\/li>\n<li>Extract the <code>super_simple_subscriptions<\/code> directory to your computer<\/li>\n<li>Upload the <code>super_simple_subscriptions<\/code> directory to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin in the Plugin dashboard<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>I miss a functionality<\/dt>\n<dd><p>Contact me :)<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Add option to download subscriptions for an event to a csv file.<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>First Release<\/li>\n<\/ul>","raw_excerpt":"Extension for Super Simple Events (https:\/\/nl.wordpress.org\/plugins\/super-simple-events\/) to subscribe to events.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/41953","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=41953"}],"author":[{"embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/marcel-nl"}],"wp:attachment":[{"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=41953"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=41953"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=41953"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=41953"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=41953"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=41953"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}