描述
Automatically subscribes your users so that they can be notified of any new content on the main site using one of the following plugins –
Note
- In a multisite WordPress install, all the users creating new sites will automatically subscribed to the main site’s new content.
- In a single WordPress installation, all users registering to the main site or getting added by other admins will be automatically subscribed to the main site’s new content.
螢幕截圖
安裝
From your WordPress (or WordPress Network) Admin dashboard
- Visit ‘Plugins > Add New’
- Search for ‘Auto Subscribe Users’
- Activate (or Network Activate if you have WPMU’s subscribe by email plugin network activated) Auto Subscribe Users from your Plugins page.
From WordPress.org
- Download Auto Subscribe Users.
- Upload the ‘auto-subscribe-users’ directory to your ‘/wp-content/plugins/’ directory, using your favorite method (ftp, sftp, scp, etc…)
- Activate (or Network Activate if you have WPMU’s subscribe by email plugin network activated) Auto Subscribe Users from your Plugins page.
Installing a zip file
- Create a zip of
Auto Subscribe Users
directory. - In the WordPress dashboard, navigate to the Plugins -> Add New page.
- Click Upload Plugin.
- Upload the zip file and click Install Now.
- Activate (or Network Activate if you have WPMU’s subscribe by email plugin network activated) Auto Subscribe Users from your Plugins page.
Copying a Directory
- Copy the
Auto Subscribe Users
directory into yourwp-content/plugins
directory. - In the WordPress Network Admin dashboard, navigation to the Plugins page
Locate the menu item that reads “Auto Subscribe Users” - Activate (or Network Activate if you have WPMU’s subscribe by email plugin network activated) Auto Subscribe Users from your Plugins page.
常見問題
- How can I contribute?
-
Make Pull requests to github repository.
- Which users are auto subscribed?
-
- In a multisite WordPress install, all the users creating new sites will automatically subscribed to the main site’s new content.
- In a single WordPress installation, all users registering to the main site or getting added by other admins will be automatically subscribed to the main site’s new content.
- Does it work in multisite?
-
Yes, it works in both single site, as well as, multisite installations. However, refer to the previous question related to which users will be auto subscribed in each installation type.
- Does it work with other Email subscriptions plugin?
-
No, but support for more popular plugins is coming soon. In the meantime, you can leave a message on the support forum for your required plugin compatibility.
評價
2016年9月3日
Helps us automatically subscribe all our new users being added to the multisite network in order send them notifications regarding new updates/important notifications regarding our service.
貢獻者及開發者
修改日誌
0.0.6
- If user manually unsubscribes, won’t be auto subscribed when that user creates new site in multisite.
0.0.5
- Updated readme.
0.0.4
- Compatibility with Email Subscribers & Newsletters plugin.
0.0.3
- Removed
user_register
action, therefore only users creating new sites will be auto-subscribed.
0.0.2
- Fixed a bug with confirmation email
0.0.1
- First release