| 1 |
<?php |
| 2 |
|
| 3 |
if (!defined('ABSPATH')) { |
| 4 |
die('You are not allowed to call this page directly.'); |
| 5 |
} |
| 6 |
|
| 7 |
return array( |
| 8 |
|
| 9 |
'members-privacy-caps' => array( |
| 10 |
'url' => '', |
| 11 |
'title' => 'Members - Privacy Caps', |
| 12 |
'excerpt' => 'Creates additional capabilities for control over WordPress’ privacy and personal data features (GDPR).' |
| 13 |
), |
| 14 |
|
| 15 |
'members-admin-access' => array( |
| 16 |
'url' => '', |
| 17 |
'title' => 'Members - Admin Access', |
| 18 |
'excerpt' => 'Allows site administrators to control which users have access to the WordPress admin via role.', |
| 19 |
), |
| 20 |
|
| 21 |
'members-core-create-caps' => array( |
| 22 |
'url' => '', |
| 23 |
'title' => 'Members - Core Create Caps', |
| 24 |
'excerpt' => 'Adds the create_posts and create_pages caps to posts/pages to separate them from their edit_* counterparts, providing more flexible editing capabilities.' |
| 25 |
), |
| 26 |
|
| 27 |
'members-category-and-tag-caps' => array( |
| 28 |
'url' => '', |
| 29 |
'title' => 'Members - Category and Tag Caps', |
| 30 |
'excerpt' => '<p>The Category and Tag Caps add-on creates custom capabilities for the core category and post tag taxonomies. This allows site owners to have precise control over who can manage, edit, delete, or assign categories/tags.</p>' |
| 31 |
), |
| 32 |
|
| 33 |
'members-role-levels' => array( |
| 34 |
'url' => '', |
| 35 |
'title' => 'Members - Role Levels', |
| 36 |
'excerpt' => 'Exposes the old user levels system, which fixes the WordPress author drop-down bug when users don’t have a role with one of the assigned levels.' |
| 37 |
), |
| 38 |
|
| 39 |
'members-role-hierarchy' => array( |
| 40 |
'url' => '', |
| 41 |
'title' => 'Members - Role Hierarchy', |
| 42 |
'excerpt' => 'Add-on plugin for Members, which creates a hierarchical roles system.' |
| 43 |
), |
| 44 |
|
| 45 |
'members-block-permissions' => array( |
| 46 |
'url' => '', |
| 47 |
'title' => 'Members - Block Permissions', |
| 48 |
'excerpt' => '<p>Hide or show blocks in the WordPress block editor (Gutenberg).</p>' |
| 49 |
), |
| 50 |
|
| 51 |
'members-acf-integration' => array( |
| 52 |
'url' => '', |
| 53 |
'title' => 'Members - ACF Integration', |
| 54 |
'excerpt' => '<p>The Members - ACF Integration add-on creates custom capabilities for the <a href="https://advancedcustomfields.com" target="_blank">Advanced Custom Fields</a> (ACF) plugin for managing with the Members plugin.</p>' |
| 55 |
), |
| 56 |
|
| 57 |
'members-edd-integration' => array( |
| 58 |
'url' => '', |
| 59 |
'title' => 'Members - EDD Integration', |
| 60 |
'excerpt' => '<p>The Members - EDD Integration add-on more nicely integrates the <a href="https://easydigitaldownloads.com/" target="_blank">Easy Digital Downloads</a> plugin capabilities into the Members plugin\'s role manager.</p>' |
| 61 |
), |
| 62 |
|
| 63 |
'members-givewp-integration' => array( |
| 64 |
'url' => '', |
| 65 |
'title' => 'Members - GiveWP Integration', |
| 66 |
'excerpt' => '<p>The Members - GiveWP Integration add-on more nicely integrates the <a href="https://givewp.com/" target="_blank">GiveWP</a> and <a href="https://givewp.com/addons/recurring-donations/" target="_blank">GiveWP Recurring Donations</a> plugin capabilities into the Members plugin\'s role manager.</p>' |
| 67 |
), |
| 68 |
|
| 69 |
'members-meta-box-integration' => array( |
| 70 |
'url' => '', |
| 71 |
'title' => 'Members - Meta Box Integration', |
| 72 |
'excerpt' => '<p>The Members - Meta Box Integration add-on more nicely integrates the <a href="https://metabox.io/" target="_blank">Meta Box</a> plugin capabilities into the Members plugin\'s role manager.</p>' |
| 73 |
), |
| 74 |
|
| 75 |
'members-woocommerce-integration' => array( |
| 76 |
'url' => '', |
| 77 |
'title' => 'Members - WooCommerce Integration', |
| 78 |
'excerpt' => '<p>The Members - WooCommerce Integration add-on more nicely integrates the <a href="https://woocommerce.com/" target="_blank">WooCommerce</a> plugin capabilities into the Members plugin\'s role manager.</p>' |
| 79 |
), |
| 80 |
|
| 81 |
'memberpress-payments' => array( |
| 82 |
'url' => 'https://memberpress.com/?utm_source=members_plugin&utm_medium=link&utm_campaign=addons&utm_content=activate_payments', |
| 83 |
'title' => 'Payments', |
| 84 |
'excerpt' => '<p>Add MemberPress to accept payments for your protected membership content.</p>', |
| 85 |
'is_memberpress' => true, |
| 86 |
), |
| 87 |
|
| 88 |
'memberpress-subscriptions' => array( |
| 89 |
'url' => 'https://memberpress.com/?utm_source=members_plugin&utm_medium=link&utm_campaign=addons&utm_content=activate_subscriptions', |
| 90 |
'title' => 'Subscriptions', |
| 91 |
'excerpt' => '<p>MemberPress allows you to charge users on a recurring schedule.</p>', |
| 92 |
'is_memberpress' => true, |
| 93 |
), |
| 94 |
|
| 95 |
'memberpress-email' => array( |
| 96 |
'url' => 'https://memberpress.com/?utm_source=members_plugin&utm_medium=link&utm_campaign=addons&utm_content=activate_email_marketing', |
| 97 |
'title' => 'Email Marketing', |
| 98 |
'excerpt' => '<p>MemberPress can connect with popular email marketing services, such as Mailchimp, to email your members.</p>', |
| 99 |
'is_memberpress' => true, |
| 100 |
), |
| 101 |
|
| 102 |
'memberpress-advanced' => array( |
| 103 |
'url' => 'https://memberpress.com/?utm_source=members_plugin&utm_medium=link&utm_campaign=addons&utm_content=activate_advanced_protection', |
| 104 |
'title' => 'Advanced Content Protection', |
| 105 |
'excerpt' => '<p>MemberPress allows you to create sophisticated rules to protect your membership content.</p>', |
| 106 |
'is_memberpress' => true, |
| 107 |
) |
| 108 |
); |
| 109 |
|