Skip to content

Commit

Permalink
Updating links
Browse files Browse the repository at this point in the history
  • Loading branch information
dparker1005 committed Oct 15, 2024
1 parent 101ef32 commit 881837e
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 40 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- This form is for reporting bugs and issues specific to the Paid Memberships Pro plugin. This is not a support portal. If you need technical support from a human being, please submit a ticket via the helpdesk instead: https://www.paidmembershipspro.com/support/ -->

<!-- Usage questions can also be directed to the public support forum here: https://wordpress.org/support/plugin/paid-memberships-pro, unless this is a question about a premium extension in which case you should use the helpdesk. -->
<!-- Usage questions can also be directed to the contact form here: https://www.paidmembershipspro.com/contact/, unless this is a question about a premium extension in which case you should use the helpdesk. -->

<!-- If you are a developer who needs a new filter/hook, raise a PR instead :) -->

Expand All @@ -11,7 +11,7 @@
<!-- MARK COMPLETED ITEMS WITH AN [x] -->

- [ ] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [ ] The issue still exists against the latest `dev` branch of Paid Memberships Pro on GitHub (this is **not** the same version as on WordPress.org!)
- [ ] The issue still exists against the latest `dev` branch of Paid Memberships Pro on GitHub (this is **not** the same version as the current stable release!)
- [ ] I have attempted to find the simplest possible steps to reproduce the issue

## Steps to reproduce the issue
Expand All @@ -33,7 +33,7 @@ I was expecting to see...
<!-- MARK COMPLETED ITEMS WITH AN [x] -->

- [ ] This bug happens with only Paid Memberships Pro plugin active
- [ ] This bug happens with a default WordPress theme active, or [Memberlite](https://wordpress.org/themes/memberlite/)
- [ ] This bug happens with a default WordPress theme active, or [Memberlite](https://memberlitetheme.com)
- [ ] I can reproduce this bug consistently using the steps above

## WordPress Environment
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A clear and concise description of what you expected to happen.

**Isolating the problem (mark completed items with an [x]):**
- [ ] I have deactivated other plugins and confirmed this bug occurs when only Paid Memberships Pro plugin is active.
- [ ] This bug happens with a default WordPress theme active, or [Memberlite](https://wordpress.org/themes/memberlite/).
- [ ] This bug happens with a default WordPress theme active, or [Memberlite](https://memberlitetheme.com).
- [ ] I can reproduce this bug consistently using the steps above.

**WordPress Environment**
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ Usage docs can be found here: https://www.paidmembershipspro.com/documentation/
Submit a ticket on our helpdesk by visiting https://www.paidmembershipspro.com/new-topic/ (Please note that an [active paid membership](https://www.paidmembershipspro.com/pricing) is required for paid support.)

**General usage and development questions**
- WordPress.org Forums: https://wordpress.org/support/plugin/paid-memberships-pro
- Website: https://www.paidmembershipspro.com/contact/
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@ Here are some ways for **non-developers to contribute** to Paid Memberships Pro:

1. Translate Paid Memberships Pro into your own [language](https://www.paidmembershipspro.com/paid-memberships-pro-in-your-language/).
2. [Purchase a paid membership](https://paidmembershipspro.com/pricing) to help fund ongoing development and bug fixes.
3. Leave an honest review for [Paid Memberships Pro](https://wordpress.org/support/plugin/paid-memberships-pro/reviews/#new-post).
3 changes: 0 additions & 3 deletions adminpages/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,7 @@ function pmpro_dashboard_welcome_callback() { ?>
<li><a href="https://www.youtube.com/channel/UCFtMIeYJ4_YVidi1aq9kl5g/" target="_blank"><i class="dashicons dashicons-format-video"></i> <?php esc_html_e( 'Subscribe to our YouTube Channel.', 'paid-memberships-pro' ); ?></a></li>
<li><a href="https://www.facebook.com/PaidMembershipsPro" target="_blank"><i class="dashicons dashicons-facebook"></i> <?php esc_html_e( 'Follow us on Facebook.', 'paid-memberships-pro' ); ?></a></li>
<li><a href="https://twitter.com/pmproplugin" target="_blank"><i class="dashicons dashicons-twitter"></i> <?php esc_html_e( 'Follow @pmproplugin on Twitter.', 'paid-memberships-pro' ); ?></a></li>
<li><a href="https://wordpress.org/plugins/paid-memberships-pro/#reviews" target="_blank"><i class="dashicons dashicons-wordpress"></i> <?php esc_html_e( 'Share an honest review at WordPress.org.', 'paid-memberships-pro' ); ?></a></li>
</ul>
<hr />
<p><?php esc_html_e( 'Help translate Paid Memberships Pro into your language.', 'paid-memberships-pro' ); ?> <a href="https://translate.wordpress.org/projects/wp-plugins/paid-memberships-pro" target="_blank"><?php esc_html_e( 'Translation Dashboard', 'paid-memberships-pro' ); ?></a></p>
</div> <!-- end pmpro-dashboard-welcome-column -->
</div> <!-- end pmpro-dashboard-welcome-columns -->
<?php
Expand Down
2 changes: 1 addition & 1 deletion classes/class-pmpro-wisdom-tracker.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class PMPro_Wisdom_Tracker {
* @param $_plugin_slug The slug for this plugin (PMPRO MODIFICATION).
* @param $_plugin_file The file path for this plugin
* @param $_options Plugin options to track
* @param $_require_optin Whether user opt-in is required (always required on WordPress.org)
* @param $_require_optin Whether user opt-in is required
* @param $_include_goodbye_form Whether to include a form when the user deactivates
* @param $_marketing Marketing method:
* 0: Don't collect email addresses
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"support": {
"email": "info@paidmembershipspro.com",
"issues": "https://github.com/strangerstudios/paid-memberships-pro/issues",
"forum": "https://wordpress.org/support/plugin/paid-memberships-pro",
"source": "https://github.com/strangerstudios/paid-memberships-pro",
"docs": "https://www.paidmembershipspro.com/documentation/"
},
Expand Down
28 changes: 3 additions & 25 deletions includes/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -284,40 +284,18 @@ function pmpro_admin_header() {
add_action( 'admin_notices', 'pmpro_admin_header', 1 );

/**
* Add notice to rate us that replaces default WordPress footer text on PMPro pages.
* Replace the default WordPress footer text on PMPro pages.
*/
function pmpro_admin_footer_text( $text ) {
global $current_screen;

// Show footer on our pages in admin, but not on the block editor.
if (
! isset( $_REQUEST['page'] ) ||
( isset( $_REQUEST['page'] ) && 'pmpro-' !== substr( $_REQUEST['page'], 0, 6 ) ) ||
( isset( $_REQUEST['page'] ) && 'pmpro-advancedsettings' === $_REQUEST['page'] )
( isset( $_REQUEST['page'] ) && 'pmpro-' !== substr( $_REQUEST['page'], 0, 6 ) )
) {
return $text;
}

return sprintf(
wp_kses(
/* translators: $1$s - Paid Memberships Pro plugin name; $2$s - WP.org review link. */
__( 'Please <a href="%1$s" target="_blank" rel="noopener noreferrer">rate us %2$s on WordPress.org</a> to help others find %3$s. Thank you from the %4$s team!', 'paid-memberships-pro' ),
[
'a' => [
'href' => [],
'target' => [],
'rel' => [],
],
'p' => [
'class' => [],
],
]
),
'https://wordpress.org/support/plugin/paid-memberships-pro/reviews/?filter=5#new-post',
'<span class="pmpro-rating-stars">&#9733;&#9733;&#9733;&#9733;&#9733;</span>',
'Paid Memberships Pro',
'PMPro'
);
return '';
}
add_filter( 'admin_footer_text', 'pmpro_admin_footer_text' );

Expand Down
8 changes: 4 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Extend functionality with affiliates, page builders, themes, and landing pages.

### Documentation, Support, Localization

Access free support here on WordPress.org or reach out on our [contact form](https://www.paidmembershipspro.com/contact/). Refer to our information on [premium support](https://www.paidmembershipspro.com/support/) if you would like more help.
Reach out on our [contact form](https://www.paidmembershipspro.com/contact/) for free support. Refer to our information on [premium support](https://www.paidmembershipspro.com/support/) if you would like more help.

Our website has extensive [documentation](https://www.paidmembershipspro.com/documentation/) to assist you in building your membership site.

Expand All @@ -112,7 +112,7 @@ Open source, REST API support, extensive hooks, and tools for easy customization
Our website offers over 340 examples on how to use our action and filter hooks to customize your membership site.

### Free WordPress Theme
Our official theme, [Memberlite](https://wordpress.org/themes/memberlite/), is built specifically for membership sites. Memberlite has deep integration with Paid Memberships Pro to offer advanced features for logged-in/out users and works alongside your favorite page builders, like the Block Editor and Elementor.
Our official theme, [Memberlite](https://memberlitetheme.com), is built specifically for membership sites. Memberlite has deep integration with Paid Memberships Pro to offer advanced features for logged-in/out users and works alongside your favorite page builders, like the Block Editor and Elementor.

### Popular Add Ons

Expand Down Expand Up @@ -192,15 +192,15 @@ If you would like more help using PMPro on a network install, [reach our via our
Please visit [our support site](https://www.paidmembershipspro.com/support) for more documentation and our support forums.

= I found a bug in Paid Memberships Pro. =
Please post it in the [WordPress support forum](https://wordpress.org/support/plugin/paid-memberships-pro/) and we'll fix it right away. Thanks for helping.
Please reach out using our [contact form](https://www.paidmembershipspro.com/contact/) and we'll fix it right away. Thanks for helping.

= Does PMPro Support X? =
Not sure? You can find out by doing a bit a research.

1. [Check our compatibility page](https://www.paidmembershipspro.com/documentation/compatibility/).
2. [Check our Add Ons](https://www.paidmembershipspro.com/add-ons/).
3. [Do a search on our site](https://www.paidmembershipspro.com/).
4. [Ask in the forums here](https://wordpress.org/support/plugin/paid-memberships-pro/).
4. [Ask using our contact form](https://www.paidmembershipspro.com/contact/)

== Screenshots ==

Expand Down

0 comments on commit 881837e

Please sign in to comment.