{"id":61314,"date":"2024-02-13T07:16:38","date_gmt":"2024-02-13T12:16:38","guid":{"rendered":"https:\/\/memberpress.com\/docs\/available-shortcodes\/"},"modified":"2025-10-08T16:39:15","modified_gmt":"2025-10-08T20:39:15","slug":"available-shortcodes","status":"publish","type":"ht_kb","link":"https:\/\/memberpress.com\/fr\/docs\/available-shortcodes\/","title":{"rendered":"Shortcodes MemberPress disponibles"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">What is a shortcode?<\/h2>\n\n\n\n<p>Shortcodes are small placeholders you can insert almost anywhere within your WordPress page and post content. When the page is viewed by a visitor, those placeholders get processed and replaced with some dynamically generated content instead. <\/p>\n\n\n\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-danger\">Looking for MemberPress Courses shortcodes? Please <a href=\"https:\/\/memberpress.com\/docs\/available-courses-shortcodes\/\"><strong>Click Here<\/strong><\/a>.<\/p>\n\n\n\n<div class=\"video video-youtube\"><iframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/ay0SWeOKwbg?enablejsapi=1\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Currently Available Shortcodes<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#account-shortcodes\" title=\"Account Related Shortcodes\"><strong>Account Related Shortcodes<\/strong><\/a><\/li>\n\n\n\n<li><a href=\"#subscription-shortcodes\" title=\"Subscription Related Shortcodes\"><strong>Subscription Related Shortcodes<\/strong><\/a><\/li>\n\n\n\n<li><a href=\"#login-shortcodes\" title=\"Login Related Shortcodes\"><strong>Login Related Shortcodes<\/strong><\/a><\/li>\n\n\n\n<li><a href=\"#unauthorized-access-shortcodes\" title=\"Unauthorized Access Related Shortcodes\"><strong>Unauthorized Access Related Shortcodes<\/strong><\/a><\/li>\n\n\n\n<li><a href=\"#registration-shortcodes\" title=\"Registration Related Shortcodes\"><strong>Registration Related Shortcodes<\/strong><\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"account-shortcodes\"><a href=\"#account-shortcodes\" title=\"Account Related Shortcodes\">Account Related Shortcodes<\/a><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"account-page\"><a href=\"#account-page\" title=\"Show a Link to the Account Page\">Show a Link to the Account Page<\/a><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_account_link]<\/code><\/pre>\n\n\n\n<p>Shows a link to the Account page in MemberPress. It can be used on any page or post.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"account-information-form\"><a href=\"#account-information-form\" title=\"Display the Account Information Form\">Display the Account Information Form<\/a><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_account_form]<\/code><\/pre>\n\n\n\n<p>Shows the user account information form. This typically isn't used unless you want to show account information somewhere besides the MemberPress Account page that exists by default. This can also be useful for folks using WPML who create separate account pages for each language.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"user-account-information\"><a href=\"#user-account-information\" title=\"Display User Account Information\">Display User Account Information<\/a><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_account_info field=\"slug\"]<\/code><\/pre>\n\n\n\n<p>This shortcode will show the currently logged-in user's first name, based on the \u201cslug\u201d:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Slug<\/strong><\/td><td><strong>Result<\/strong><\/td><\/tr><tr><td>full_name<\/td><td>John Doe<\/td><\/tr><tr><td>full_name_last_first<\/td><td>Doe, John<\/td><\/tr><tr><td>first_name_last_initial<\/td><td>John D.<\/td><\/tr><tr><td>last_name_first_initial<\/td><td>Doe, J.<\/td><\/tr><tr><td>first_name<\/td><td>John<\/td><\/tr><tr><td>last_name<\/td><td>Doe<\/td><\/tr><tr><td>user_login<\/td><td>johndoe<\/td><\/tr><tr><td>user_email<\/td><td>johndoe@email.com<\/td><\/tr><tr><td>nickname<\/td><td>johndoe<\/td><\/tr><tr><td>description<\/td><td>(aka Biographical info)<\/td><\/tr><tr><td>mepr-address-one<\/td><td>123 Fake Street<\/td><\/tr><tr><td>mepr-address-two<\/td><td>Apt. 123<\/td><\/tr><tr><td>mepr-address-city<\/td><td>Vidor<\/td><\/tr><tr><td>mepr-address-state<\/td><td>Texas<\/td><\/tr><tr><td>mepr-address-zip<\/td><td>77662<\/td><\/tr><tr><td>mepr-address-country<\/td><td>USA<\/td><\/tr><tr><td>mepr_user_message<\/td><td>The \u201cCustom MemberPress Account Message\u201d you have defined for the member in their profile<\/td><\/tr><tr><td>user_registered<\/td><td>The date\/time the user first joined your site<\/td><\/tr><tr><td>display_name<\/td><td>johndoe<\/td><\/tr><tr><td>ID<\/td><td>The unique ID assigned to the user upon registration. Must be entered as ID, not id.<\/td><\/tr><tr><td>\u201cYour custom Slug\u201d<\/td><td>Any of the Custom Account Field slugs in the MemberPress Settings.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><span style=\"margin: 0px; padding: 0px;\">For example, you might want to show the logged-in <\/span>user's first name somewhere on a page. You would use the following shortcode:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_account_info field=\"first_name\"]<\/code><\/pre>\n\n\n\n<p>Thus, if a <span style=\"margin: 0px; padding: 0px;\"><strong>user named John Doe<\/strong><\/span> visits the page, it will show <strong>John <\/strong>in the place where the shortcode was placed.<\/p>\n\n\n\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-alert\"><strong>Note: <\/strong> The <strong>mepr_account_info<\/strong> shortcode only displays the saved form fields' values, not the actual form fields. <\/p>\n\n\n\n<p>Also, keep in mind that MemberPress <a href=\"https:\/\/memberpress.com\/docs\/fields\/\" target=\"_blank\" rel=\"noopener\"><b>custom field<\/b><\/a> data can be collected only on the Account or membership registration pages. The shortcode added to your custom pages will not display any custom fields you added to your forms.<\/p>\n\n\n\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-danger\"><strong>Note<\/strong>: Some page builders, like Beaver Builder, might store the <strong>mepr_account_info<\/strong> shortcode outside of the page content area. As a result, MemberPress won\u2019t detect the shortcode as present, preventing the Change Plan pop-up from being triggered.\u00a0You can <strong><a href=\"https:\/\/memberpress.com\/docs\/change-plan-doesnt-work-on-custom-account\/\" target=\"_blank\" rel=\"noopener\" title=\"\">fix this issue<\/a><\/strong> by adding a custom code snippet.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"link-to-user-uploaded-files\"><a href=\"#link-to-user-uploaded-files\" title=\"Display a Link to User-Uploaded Files\">Display a Link to User-Uploaded Files<\/a><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_user_file slug=\"mepr_slug\" user_id=\"\"]Link Text[\/mepr_user_file]<\/code><\/pre>\n\n\n\n<p>This shortcode displays a link to view or download a file uploaded by a user.<\/p>\n\n\n\n<p><strong>Setup Instructions:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Replace <strong>mepr_slug<\/strong> with the name of your custom field from <strong>MemberPress > Settings > <a href=\"https:\/\/memberpress.com\/docs\/fields\/\" title=\"Fields tab\">Fields tab<\/a><\/strong>.<\/li>\n\n\n\n<li>If you don't add a <strong>user_id <\/strong>parameter, it shows the file for the logged-in user.<\/li>\n\n\n\n<li>If the <strong>user_id<\/strong> parameter is given, the shortcode shows the file for that user.<\/li>\n\n\n\n<li>The text between the tags is the link text for the file.<\/li>\n<\/ol>\n\n\n\n<p>You don't have to include the closing tag. If you leave it out, the link will just show normally.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"subscription-shortcodes\"><a href=\"#subscription-shortcodes\" title=\"Subscription Related Shortcodes\">Subscription Related Shortcodes<\/a><\/h2>\n\n\n\n<h3 class=\"wp-block-heading list-of-subscriptions\"><a href=\"#list-of-subscriptions\" title=\"Display a List of Subscriptions\">Display a List of Subscriptions<\/a><\/h3>\n\n\n\n<p>Displays a list of the current user's active and inactive subscriptions.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_list_subscriptions status=\"all\"]<\/code><\/pre>\n\n\n\n<p>Since the MemberPress 1.9.28 version have introduced an optional status attribute. <\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Status Options:<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>status=\u201dall\u201d<\/strong> or no status attribute \u2013 displays all active and inactive subscriptions;<\/li>\n\n\n\n<li><strong>status=\u201dactive\u201d<\/strong> \u2013 displays only active subscriptions;<\/li>\n\n\n\n<li><strong>status=\u201dexpired\u201d<\/strong> \u2013 displays only inactive subscriptions.<\/li>\n<\/ul>\n\n\n\n<p>You can set the status to\u00a0\u201c<strong>all<\/strong>\u201d or remove it like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_list_subscriptions]<\/code><\/pre>\n\n\n\n<p>As you can see above, it will display the default current active and inactive subscriptions. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_list_subscriptions <strong>status=\"active\"<\/strong>]<\/code><\/pre>\n\n\n\n<p>When you set the status to\u00a0<strong>\u201cactive\u201d<\/strong>, you will see the current user's active subscriptions.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_list_subscriptions <strong>status=\"expired\"<\/strong>]<\/code><\/pre>\n\n\n\n<p>You can also display the current user's inactive subscriptions by using the \u201cexpired\u201d status.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Sorting Options:<\/strong><\/h4>\n\n\n\n<p>The subscriptions list can be sorted by date:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_list_subscriptions <strong>orderby=\"date\"<\/strong>]<\/code><\/pre>\n\n\n\n<p>Or title:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_list_subscriptions <strong>orderby=\"title\"<\/strong>]<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Sort Order Options:<\/strong><\/h4>\n\n\n\n<p>They can be sorted in ascending:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_list-subscriptions orderby=\"title\" <strong>order=\"asc\"<\/strong>]<\/code><\/pre>\n\n\n\n<p>Or descending order:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_list_subscriptions orderby=\"title\" <strong>order=\"desc\"<\/strong>]\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"login-shortcodes\"><a href=\"#login-shortcodes\" title=\"Login Related Shortcodes\">Login Related Shortcodes<\/a><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"login-logout-links\"><a href=\"#login-logout-links\" title=\"Display Login or Logout Links\">Display Login or Logout Links<\/a><\/h3>\n\n\n\n<p><strong>Login Link Shortcode:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_login_link]<\/code><\/pre>\n\n\n\n<p><strong>Logout Link Shortcode:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_logout_link]<\/code><\/pre>\n\n\n\n<p>The above two shortcodes are both identical. They show login or logout links based on the current user's logged-in status.<\/p>\n\n\n\n<p>The login link takes users to the login page, where they can log in. The logout link logs them out and sends them to the Redirect URL, which you can set in<strong> Dashboard > MemberPress > Settings > <a href=\"https:\/\/memberpress.com\/docs\/account\/#login-logout\" target=\"_blank\" rel=\"noopener\" title=\"Account tab\">Account tab<\/a><\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"display-login-form\"><a href=\"#display-login-form\" title=\"Display a Login Form\">Display a Login Form<\/a><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_login_form use_redirect=\"true\"]<\/code><\/pre>\n\n\n\n<p>This shortcode shows a login form on a page or post. It can be used anywhere. When <strong><em>use_redirect = \u201ctrue<\/em>\u201c<\/strong>, MemberPress will redirect the user to the login redirect URL setting\u00a0located in the <strong>Dashboard > MemberPress<\/strong> <strong>> Settings > <a href=\"https:\/\/memberpress.com\/docs\/account\/#login-logout\" target=\"_blank\" rel=\"noopener\" title=\"Account tab\">Account tab<\/a><\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-alert\"><strong>Note<\/strong>: If your site's Social Login add-on is active, the login form will be displayed with the social login buttons. To <strong><a href=\"https:\/\/memberpress.com\/docs\/memberpress-social-login-add-on\/#shortcodes\" target=\"_blank\" rel=\"noopener\" title=\"\">display the login form without social login buttons<\/a><\/strong>, add <strong>social_login=\u201dfalse\u201d<\/strong> to the shortcode.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"unauthorized-access-shortcodes\"><a href=\"#unauthorized-access-shortcodes\" title=\"Unauthorized Access Related Shortcodes\">Unauthorized Access Related Shortcodes<\/a><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"unauthorized-message\"><a href=\"#unauthorized-message\" title=\"Display the Unauthorized Message\">Display the Unauthorized Message<\/a><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_unauthorized_message]<\/code><\/pre>\n\n\n\n<p>Shows the unauthorized message wherever this is placed. If you've set MemberPress up to <a href=\"https:\/\/memberpress.com\/docs\/unauthorized-redirect\/\" target=\"_blank\" rel=\"noopener\" title=\"redirect unauthorized visitors to a specific URL\"><strong>redirect unauthorized visitors to a specific URL<\/strong><\/a>, then it is recommended to use this shortcode on that unauthorized page.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"show-hide-content\"><a href=\"#show-hide-content\" title=\"Show or Hide Content Based on Login Status\">Show or Hide Content Based on Login Status<\/a><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_show]Content to show in here[\/mepr_show]\n[mepr_hide]Content to hide in here[\/mepr_hide]<\/code><\/pre>\n\n\n\n<p>Both shortcodes above support <strong>if=\u201dX\u201d<\/strong> attribute, where <strong>\u201cX\u201d<\/strong> can be <strong>\u201cloggedin\u201d<\/strong> or <strong>\u201cloggedout\u201d<\/strong>.<\/p>\n\n\n\n<p><strong>Examples:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_show <strong>if=\"loggedin\"<\/strong>]You\u2019re logged in, congratulations![\/mepr_show]<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_show <strong>if=\"loggedout\"<\/strong>]You\u2019re now logged out![\/mepr_show]<\/code><\/pre>\n\n\n\n<p>As shown above, both shortcodes are checking whether the user is logged in or logged out. This shortcode is not related to the memberships the user has purchased.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"show-hide-content-based-on-membership-access\"><a href=\"#show-hide-content-based-on-membership-access\" title=\"Show or Hide Content Based on Membership Access\">Show or Hide Content Based on Membership Access<\/a><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_active {parameters go here - see below}]Content to protect in here[\/mepr_active]<\/code><\/pre>\n\n\n\n<p>Used to show or hide content on pages throughout your site. This shortcode supports the following parameters (<strong>parameters marked with * are required<\/strong>. Only\u00a0<strong>one<\/strong>\u00a0parameter in\u00a0red\u00a0below can be applied per shortcode):<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"supported-shortcode-parameters\"><a href=\"#supported-shortcode-parameters\" title=\"Supported Shortcode Parameters\">Supported Shortcode Parameters<\/a><\/h4>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Shortcode Parameters<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td>rule(s) <strong>*<\/strong><\/td><td>If you plan to use a single Rule ID, then set this to rule=\u201dX\u201d. If you plan to use multiple Rule ID's, then set this to rules=\u201dX, XX, XXX\u201d. Where X's = the ID's of the Rule(s).\u00a0 <a href=\"https:\/\/memberpress.com\/wp-content\/uploads\/2024\/02\/file-OTAXibefVy.png\"><strong>Where to find a Rule's ID?<\/strong><\/a><\/td><\/tr><tr><td>membership(s) <strong>*<\/strong><\/td><td>If you plan to use a single Membership ID, then set this to membership=\u201dX\u201d. If you plan to use multiple Membership IDs, then set this to memberships=\u201dX, XX, XXX\u201d. Where X's = the ID's of the Membership(s).\u00a0 <a href=\"https:\/\/memberpress.com\/wp-content\/uploads\/2024\/02\/file-BiA3ta2nW9.png\" target=\"_blank\" rel=\"noopener\" title=\"\"><strong>Where to find a Membership's ID?<\/strong><\/a><\/td><\/tr><tr><td>ifallowed*<\/td><td>When set to ifallowed=\u201dshow\u201d, the content in-between is shown to authorized members only. When set to ifallowed=\u201dhide\u201d, the content is hidden from authorized members.<\/td><\/tr><tr><td>\n<p>unauth<\/p>\n<\/td><td>If you plan to use a single Membership ID (<a href=\"https:\/\/memberpress.com\/wp-content\/uploads\/2024\/02\/file-BiA3ta2nW9.png\" target=\"_blank\" rel=\"noopener\" title=\"\"><strong>Where to find a Membership's ID?<\/strong><\/a>), then set this to one of the possible values:<br> <br><ul><strong>message<\/strong> \u2013 the user will be shown an unauthorized message when they are not authorized to use it.<\/ul><br><ul><strong>login<\/strong> \u2013 the user will see the login form when they are unauthorized.<\/ul><br><ul><strong>both<\/strong> \u2013 the user will see the\u00a0default\u00a0unauthorized message followed by the login form.\u00a0<\/ul><br><ul><strong>hide<\/strong> (or if the parameter is excluded) \u2013 does not show a message or login and simply hides the content.<\/ul> <br><strong>Note<\/strong>:\u00a0when set to \u201cmessage\u201d or \u201cboth\u201d AND the rule has a custom unauthorized message, it will display the custom unauthorized message instead of the global one. <br><\/td><\/tr><tr><td>unauth_message<\/td><td>Use this to override the default unauthorized message. This only applies when the \u201cunauth\u201d attribute above is set equal to \u201cmessage\u201d or \u201cboth\u201d.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>An\u00a0 example shortcode\u00a0using all the above attributes might look like the following:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_active rules=\"1, 2, 3\" ifallowed=\"show\" unauth=\"message\" unauth_message=\"Download link hidden, please login or purchase a membership to view.\"]<a href=\"#\">Download Link Here<\/a>[\/mepr_active]<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"registration-shortcodes\"><a href=\"#registration-shortcodes\" title=\"Registration Related Shortcodes\">Registration Related Shortcodes<\/a><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"group-pricing-boxes\"><a href=\"#group-pricing-boxes\" title=\"Display Group Pricing Boxes\">Display Group Pricing Boxes<\/a><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_group_price_boxes group_id=\"123\"]<\/code><\/pre>\n\n\n\n<p>This shortcode is helpful if you want to place content above and below the group pricing boxes. If you're using this on the Group page itself, there's no need to specify a <strong>group_id<\/strong>. If you want to use it elsewhere on your site, you will need the group_id attribute.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"link-to-a-membership-page\"><a href=\"#link-to-a-membership-page\" title=\"Display a Link to a Membership Page\">Display a Link to a Membership Page<\/a><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_membership_link id=\"0\"]Link text in here[\/mepr_membership_link]<\/code><\/pre>\n\n\n\n<p>Shows a link to the Membership identified by \u201cid\u201d. Replace <strong>id=\u201d0\u2033<\/strong> with the real Membership ID. Find out how to <a href=\"https:\/\/memberpress.com\/wp-content\/uploads\/2024\/02\/file-BiA3ta2nW9.png\" target=\"_blank\" rel=\"noopener\" title=\"\"><strong>get a Membership ID<\/strong><\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"link-to-the-membership-access-URL\"><a href=\"#link-to-the-membership-access-URL\" title=\"Display a Link to the Membership Access URL\">Display a Link to the Membership Access URL<\/a><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_membership_access_url id=\"123\"]Link text here[\/mepr_membership_access_url]<\/code><\/pre>\n\n\n\n<p>Uses the Membership access URL set in the\u00a0\u201cMembership access URL\u201d setting under the Membership Options section. Use this anywhere on your site to give the member a link to the Membership access URL.\u00a0Membership <strong>id=\u201d123\u2033<\/strong> should be replaced with the ID of your Membership.\u00a0 <a href=\"https:\/\/memberpress.com\/wp-content\/uploads\/2024\/02\/file-BiA3ta2nW9-1.png\"><strong>Where to find a Membership ID?<\/strong><\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"membership-registration-form\"><a href=\"#membership-registration-form\" title=\"Display the Membership Registration Form\">Display the Membership Registration Form<\/a><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_membership_registration_form]<\/code><\/pre>\n\n\n\n<p>It is helpful if you want to place content above and below the Membership registration form. It can ONLY be used on the Membership page.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_membership_registration_form id=\"123\"]<\/code><\/pre>\n\n\n\n<p>You can use this shortcode on any WordPress page, post, or custom post type to display the membership registration form of a specific membership. Simply replace\u00a0<strong>123<\/strong>\u00a0with your own membership's unique ID. <a href=\"https:\/\/memberpress.com\/wp-content\/uploads\/2024\/02\/file-BiA3ta2nW9-2.png\"><strong>Where to find a Membership ID?<\/strong><\/a><\/p>\n\n\n\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-alert\"><strong>Note:<\/strong>\u00a0When using this, you'll most likely need to also enable the <strong><a href=\"https:\/\/memberpress.com\/wp-content\/uploads\/2024\/02\/file-8im0dZNwbc.png\">Global CSS<\/a> <\/strong>option in your <strong>MemberPress > Settings > General tab<\/strong> to prevent errors from appearing on the form.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"custom-instructions-for-offline-gateway-users\"><a href=\"#custom-instructions-for-offline-gateway-users\" title=\"Display Custom Instructions for Offline Gateway Users\">Display Custom Instructions for Offline Gateway Users<\/a><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_offline_instructions gateway_id=\"abc-123\"]Custom message here.[\/mepr_offline_instructions]<\/code><\/pre>\n\n\n\n<p>This shortcode can be used on your <strong>Thank-You<\/strong> pages to display any type of message specific to users who registered via your offline gateway option. For <strong>gateway_id=\u201dabc-123\u2033<\/strong>, enter your gateway's ID. It could be used to provide additional instructions for users when they purchase your membership through your offline gateway.\u00a0<\/p>\n\n\n\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-info\"><strong>Note:<\/strong>\u00a0This is designed specifically for offline gateways but can also be used with the gateway ID of any other MemberPress-supported gateway.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"active-membership-titles\"><a href=\"#active-membership-titles\" title=\"Display Active Membership Titles\">Display Active Membership Titles<\/a><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_user_active_membership_titles userid=\"\" message=\"\"]<\/code><\/pre>\n\n\n\n<p>Shows the members' currently active membership names. If no <strong>userid <\/strong>is present, then it'll default to the current member. If the member has more than one active membership, the names will be separated by a comma. <\/p>\n\n\n\n<p>Since the MemberPress 1.9.38 version have introduced an optional\u00a0<strong>message<\/strong> attribute.\u00a0It can be used when you want to display a custom message when a user doesn't have any active subscriptions. If you leave it empty, the shortcode will not display any message.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"track-e-commerce-conversions\"><a href=\"#track-e-commerce-conversions\" title=\"Track E-commerce Conversions\">Track E-commerce Conversions<\/a><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>[mepr_ecommerce_tracking]Message with %%variables%% in here[\/mepr_ecommerce_tracking]<\/code><\/pre>\n\n\n\n<p>This shortcode can ONLY be used on the thank you page or in custom thank you page messages. It does not work anywhere else.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"supported-shortcode-variables\"><a href=\"#supported-shortcode-variables\" title=\"Supported Shortcode Variables\">Supported Shortcode Variables<\/a><\/h4>\n\n\n\n<div>\n<p>It supports the following %%variables%%, which are automatically replaced with values from the purchase.<\/p><br\/>\n<table>\n<tbody>\n<tr>\n<td><strong>Variable<\/strong><\/td>\n<td><strong>Description<\/strong><\/td>\n<\/tr>\n<tr>\n<td>%%subtotal%%<\/td>\n<td>Outputs the sub-total of the first payment. If the first payment was a free trial period, this will be 0.00. If the first payment was a paid trial period, this will be the subtotal of the trial period payment.<\/td>\n<\/tr>\n<tr>\n<td>%%total%%<\/td>\n<td>Outputs the sub-total + tax of the first payment. If the first payment was a free trial period, this will be 0.00. If the first payment was a paid trial period, this will be the total of the trial payment.<\/td>\n<\/tr>\n<tr>\n<td>%%tax_amount%%<\/td>\n<td>Outputs the tax amount of the first payment. If the first payment was a free trial period, this will be 0.00. If the first payment was a paid trial, it will be the tax amount of the paid trial payment.<\/td>\n<\/tr>\n<tr>\n<td>%%tax_rate%%<\/td>\n<td>Outputs the user's tax rate on this purchase.<\/td>\n<\/tr>\n<tr>\n<td>%%txn_num%%<\/td>\n<td>Outputs the Transaction Number of the first payment. For recurring payments, this transaction number will most likely be a temporary number generated by MemberPress as it takes some time for the payment gateway to process the first payment.<\/td>\n<\/tr>\n<tr>\n<td>%%sub_id%%<\/td>\n<td>Outputs the ID of the recurring subscription. If the purchase made is not recurring, this variable will not be replaced.<\/td>\n<\/tr>\n<tr>\n<td>%%txn_id%%<\/td>\n<td>Outputs the ID of the first transaction. For recurring subscriptions, this ID will in most cases be the ID of the hidden grace-period<\/td>\n<\/tr>\n<tr>\n<td>%%sub_num%%<\/td>\n<td>Outputs the Subscription Number\u00a0of the recurring subscription. If the purchase made is not recurring, this variable will not be replaced.\u00a0With PayPal Standard, this may be a temporary number generated by MemberPress as it can take some time for the gateway to update the record with a valid subscription number.<\/td>\n<\/tr>\n<tr>\n<td>%%membership_amount%%<\/td>\n<td>Outputs the regular recurring cost of a recurring subscription. If the purchase made is not recurring, this variable will not be replaced.<\/td>\n<\/tr>\n<tr>\n<td>%%trial_days%%<\/td>\n<td>Outputs the number of days in the paid or free trial period for a recurring subscription.\u00a0If the purchase made is not recurring, this variable will not be replaced.<\/td>\n<\/tr>\n<tr>\n<td>%%trial_amount%%<\/td>\n<td>Outputs the cost of the trial period for a recurring subscription. If the purchase made is not recurring, this variable will not be replaced.<\/td>\n<\/tr>\n<tr>\n<td>%%username%%<\/td>\n<td>Outputs the member's username. If you have configured the MemberPress Settings page to make the user's email address their username, then this will output their email address.<\/td>\n<\/tr>\n<tr>\n<td>%%user_email%%<\/td>\n<td>Outputs the member's email address.<\/td>\n<\/tr>\n<tr>\n<td>%%user_id%%<\/td>\n<td>Outputs the member's WordPress User ID.<\/td>\n<\/tr>\n<tr>\n<td>%%membership_name%%<\/td>\n<td>Outputs the name (title) of the Membership purchased.<\/td>\n<\/tr>\n<tr>\n<td>%%membership_id%%<\/td>\n<td>Outputs the ID of the Membership.<\/td>\n<\/tr>\n<tr>\n<td>\u00a0<\/td>\n<td>\u00a0<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>What is a shortcode? Shortcodes are small placeholders you can insert almost anywhere within your WordPress page and post content. When the page is viewed by a visitor, those placeholders get processed and replaced with some dynamically generated content instead. Currently Available Shortcodes Account Related Shortcodes Show a Link to the Account Page Shows a [\u2026]<\/p>\n","protected":false},"author":62252,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"_strive_editorial_status":"not-started","_strive_copy_of":0,"inline_featured_image":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","_FSMCFIC_featured_image_caption":"","_FSMCFIC_featured_image_nocaption":"","_FSMCFIC_featured_image_hide":"","_strive_checklists":"\"\"","_strive_active_checklist":"62291e2bb2422","footnotes":""},"ht-kb-category":[1318],"ht-kb-tag":[],"class_list":{"0":"post-61314","1":"ht_kb","2":"type-ht_kb","3":"status-publish","4":"format-standard","6":"ht_kb_category-look-and-feel","7":"entry","8":"has-post-thumbnail"},"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.5.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"What is a shortcode? Shortcodes are small placeholders you can insert almost anywhere within your WordPress page and post content. When the page is viewed by a visitor, those placeholders get processed and replaced with some dynamically generated content instead. Looking for MemberPress Courses shortcodes? Please Click Here. Currently Available Shortcodes Account Related Shortcodes Subscription\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Nikola M\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/memberpress.com\/fr\/docs\/available-shortcodes\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.5.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"fr_FR\" \/>\n\t\t<meta property=\"og:site_name\" content=\"MemberPress\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Available MemberPress Shortcodes | MemberPress\" \/>\n\t\t<meta property=\"og:description\" content=\"What is a shortcode? Shortcodes are small placeholders you can insert almost anywhere within your WordPress page and post content. When the page is viewed by a visitor, those placeholders get processed and replaced with some dynamically generated content instead. Looking for MemberPress Courses shortcodes? Please Click Here. Currently Available Shortcodes Account Related Shortcodes Subscription\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/memberpress.com\/fr\/docs\/available-shortcodes\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1650\" \/>\n\t\t<meta property=\"og:image:height\" content=\"1275\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-02-13T12:16:38+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-10-08T20:39:15+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/memberpress\/\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@memberpress\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Available MemberPress Shortcodes | MemberPress\" \/>\n\t\t<meta name=\"twitter:description\" content=\"What is a shortcode? Shortcodes are small placeholders you can insert almost anywhere within your WordPress page and post content. When the page is viewed by a visitor, those placeholders get processed and replaced with some dynamically generated content instead. Looking for MemberPress Courses shortcodes? Please Click Here. Currently Available Shortcodes Account Related Shortcodes Subscription\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/docs\\\/available-shortcodes\\\/#article\",\"name\":\"Available MemberPress Shortcodes | MemberPress\",\"headline\":\"Available MemberPress Shortcodes\",\"author\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/mp-icon-RGB_Icon-01.jpg\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/#articleImage\",\"width\":1650,\"height\":1275,\"caption\":\"memberpress logo icon\"},\"datePublished\":\"2024-02-13T07:16:38-05:00\",\"dateModified\":\"2025-10-08T16:39:15-04:00\",\"inLanguage\":\"fr-FR\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/docs\\\/available-shortcodes\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/docs\\\/available-shortcodes\\\/#webpage\"},\"articleSection\":\"Look and Feel\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/docs\\\/available-shortcodes\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/memberpress.com\\\/fr\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/doc-categories\\\/general\\\/#listItem\",\"name\":\"General\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/doc-categories\\\/general\\\/#listItem\",\"position\":2,\"name\":\"General\",\"item\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/doc-categories\\\/general\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/doc-categories\\\/look-and-feel\\\/#listItem\",\"name\":\"Look and Feel\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/doc-categories\\\/look-and-feel\\\/#listItem\",\"position\":3,\"name\":\"Look and Feel\",\"item\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/doc-categories\\\/look-and-feel\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/docs\\\/available-shortcodes\\\/#listItem\",\"name\":\"Available MemberPress Shortcodes\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/doc-categories\\\/general\\\/#listItem\",\"name\":\"General\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/docs\\\/available-shortcodes\\\/#listItem\",\"position\":4,\"name\":\"Available MemberPress Shortcodes\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/doc-categories\\\/look-and-feel\\\/#listItem\",\"name\":\"Look and Feel\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/#organization\",\"name\":\"MemberPress\",\"description\":\"The All-In-One WordPress Membership Plugin\",\"url\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/mp-icon-RGB_Icon-01.jpg\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/docs\\\/available-shortcodes\\\/#organizationLogo\",\"width\":1650,\"height\":1275,\"caption\":\"memberpress logo icon\"},\"image\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/docs\\\/available-shortcodes\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/memberpress\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/memberpressplugin\\\/\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/MemberPressPlugin\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/memberpress\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\",\"url\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/blog\\\/author\\\/nikolacaseproof-com\\\/\",\"name\":\"Nikola M\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/litespeed\\\/avatar\\\/1edf820c48f9c430f380efe81887b154.jpg?ver=1775141118\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/docs\\\/available-shortcodes\\\/#webpage\",\"url\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/docs\\\/available-shortcodes\\\/\",\"name\":\"Available MemberPress Shortcodes | MemberPress\",\"description\":\"What is a shortcode? Shortcodes are small placeholders you can insert almost anywhere within your WordPress page and post content. When the page is viewed by a visitor, those placeholders get processed and replaced with some dynamically generated content instead. Looking for MemberPress Courses shortcodes? Please Click Here. Currently Available Shortcodes Account Related Shortcodes Subscription\",\"inLanguage\":\"fr-FR\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/docs\\\/available-shortcodes\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"datePublished\":\"2024-02-13T07:16:38-05:00\",\"dateModified\":\"2025-10-08T16:39:15-04:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/\",\"name\":\"MemberPress\",\"description\":\"The All-In-One WordPress Membership Plugin\",\"inLanguage\":\"fr-FR\",\"publisher\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Available MemberPress Shortcodes | MemberPress<\/title>\n\n","aioseo_head_json":{"title":"Shortcodes MemberPress disponibles | MemberPress","description":"Qu'est-ce qu'un shortcode ? Les shortcodes sont de petits espaces r\u00e9serv\u00e9s que vous pouvez ins\u00e9rer presque partout dans le contenu de vos pages et articles WordPress. Lorsque la page est consult\u00e9e par un visiteur, ces espaces r\u00e9serv\u00e9s sont trait\u00e9s et remplac\u00e9s par un contenu g\u00e9n\u00e9r\u00e9 dynamiquement. Vous cherchez des shortcodes pour les cours MemberPress ? Cliquez ici. Shortcodes actuellement disponibles Compte Shortcodes associ\u00e9s Abonnement","canonical_url":"https:\/\/memberpress.com\/fr\/docs\/available-shortcodes\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/memberpress.com\/fr\/docs\/available-shortcodes\/#article","name":"Available MemberPress Shortcodes | MemberPress","headline":"Available MemberPress Shortcodes","author":{"@id":"https:\/\/memberpress.com\/fr\/blog\/author\/nikolacaseproof-com\/#author"},"publisher":{"@id":"https:\/\/memberpress.com\/fr\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","@id":"https:\/\/memberpress.com\/fr\/#articleImage","width":1650,"height":1275,"caption":"memberpress logo icon"},"datePublished":"2024-02-13T07:16:38-05:00","dateModified":"2025-10-08T16:39:15-04:00","inLanguage":"fr-FR","mainEntityOfPage":{"@id":"https:\/\/memberpress.com\/fr\/docs\/available-shortcodes\/#webpage"},"isPartOf":{"@id":"https:\/\/memberpress.com\/fr\/docs\/available-shortcodes\/#webpage"},"articleSection":"Look and Feel"},{"@type":"BreadcrumbList","@id":"https:\/\/memberpress.com\/fr\/docs\/available-shortcodes\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/memberpress.com\/fr#listItem","position":1,"name":"Home","item":"https:\/\/memberpress.com\/fr","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/fr\/doc-categories\/general\/#listItem","name":"General"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/fr\/doc-categories\/general\/#listItem","position":2,"name":"General","item":"https:\/\/memberpress.com\/fr\/doc-categories\/general\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/fr\/doc-categories\/look-and-feel\/#listItem","name":"Look and Feel"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/fr#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/fr\/doc-categories\/look-and-feel\/#listItem","position":3,"name":"Look and Feel","item":"https:\/\/memberpress.com\/fr\/doc-categories\/look-and-feel\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/fr\/docs\/available-shortcodes\/#listItem","name":"Available MemberPress Shortcodes"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/fr\/doc-categories\/general\/#listItem","name":"General"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/fr\/docs\/available-shortcodes\/#listItem","position":4,"name":"Available MemberPress Shortcodes","previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/fr\/doc-categories\/look-and-feel\/#listItem","name":"Look and Feel"}}]},{"@type":"Organization","@id":"https:\/\/memberpress.com\/fr\/#organization","name":"MemberPress","description":"The All-In-One WordPress Membership Plugin","url":"https:\/\/memberpress.com\/fr\/","logo":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","@id":"https:\/\/memberpress.com\/fr\/docs\/available-shortcodes\/#organizationLogo","width":1650,"height":1275,"caption":"memberpress logo icon"},"image":{"@id":"https:\/\/memberpress.com\/fr\/docs\/available-shortcodes\/#organizationLogo"},"sameAs":["https:\/\/www.instagram.com\/memberpress\/","https:\/\/www.pinterest.com\/memberpressplugin\/","https:\/\/www.youtube.com\/c\/MemberPressPlugin","https:\/\/www.linkedin.com\/company\/memberpress\/"]},{"@type":"Person","@id":"https:\/\/memberpress.com\/fr\/blog\/author\/nikolacaseproof-com\/#author","url":"https:\/\/memberpress.com\/fr\/blog\/author\/nikolacaseproof-com\/","name":"Nikola M","image":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/litespeed\/avatar\/1edf820c48f9c430f380efe81887b154.jpg?ver=1775141118"}},{"@type":"WebPage","@id":"https:\/\/memberpress.com\/fr\/docs\/available-shortcodes\/#webpage","url":"https:\/\/memberpress.com\/fr\/docs\/available-shortcodes\/","name":"Available MemberPress Shortcodes | MemberPress","description":"What is a shortcode? Shortcodes are small placeholders you can insert almost anywhere within your WordPress page and post content. When the page is viewed by a visitor, those placeholders get processed and replaced with some dynamically generated content instead. Looking for MemberPress Courses shortcodes? Please Click Here. Currently Available Shortcodes Account Related Shortcodes Subscription","inLanguage":"fr-FR","isPartOf":{"@id":"https:\/\/memberpress.com\/fr\/#website"},"breadcrumb":{"@id":"https:\/\/memberpress.com\/fr\/docs\/available-shortcodes\/#breadcrumblist"},"author":{"@id":"https:\/\/memberpress.com\/fr\/blog\/author\/nikolacaseproof-com\/#author"},"creator":{"@id":"https:\/\/memberpress.com\/fr\/blog\/author\/nikolacaseproof-com\/#author"},"datePublished":"2024-02-13T07:16:38-05:00","dateModified":"2025-10-08T16:39:15-04:00"},{"@type":"WebSite","@id":"https:\/\/memberpress.com\/fr\/#website","url":"https:\/\/memberpress.com\/fr\/","name":"MemberPress","description":"The All-In-One WordPress Membership Plugin","inLanguage":"fr-FR","publisher":{"@id":"https:\/\/memberpress.com\/fr\/#organization"}}]},"og:locale":"fr_FR","og:site_name":"MemberPress","og:type":"article","og:title":"Available MemberPress Shortcodes | MemberPress","og:description":"What is a shortcode? Shortcodes are small placeholders you can insert almost anywhere within your WordPress page and post content. When the page is viewed by a visitor, those placeholders get processed and replaced with some dynamically generated content instead. Looking for MemberPress Courses shortcodes? Please Click Here. Currently Available Shortcodes Account Related Shortcodes Subscription","og:url":"https:\/\/memberpress.com\/fr\/docs\/available-shortcodes\/","og:image":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","og:image:secure_url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","og:image:width":1650,"og:image:height":1275,"article:published_time":"2024-02-13T12:16:38+00:00","article:modified_time":"2025-10-08T20:39:15+00:00","article:publisher":"https:\/\/www.facebook.com\/memberpress\/","twitter:card":"summary_large_image","twitter:site":"@memberpress","twitter:title":"Available MemberPress Shortcodes | MemberPress","twitter:description":"What is a shortcode? Shortcodes are small placeholders you can insert almost anywhere within your WordPress page and post content. When the page is viewed by a visitor, those placeholders get processed and replaced with some dynamically generated content instead. Looking for MemberPress Courses shortcodes? Please Click Here. Currently Available Shortcodes Account Related Shortcodes Subscription","twitter:image":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg"},"aioseo_meta_data":{"post_id":"61314","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"seo_analyzer_scan_date":"2025-10-09 21:30:02","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":"0","open_ai":"{\"title\":{\"suggestions\":[],\"usage\":0},\"description\":{\"suggestions\":[],\"usage\":0}}","ai":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2024-02-13 12:16:39","updated":"2026-03-03 14:55:07"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/fr\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/fr\/doc-categories\/general\/\" title=\"General\">General<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/fr\/doc-categories\/look-and-feel\/\" title=\"Look and Feel\">Look and Feel<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tAvailable MemberPress Shortcodes\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/memberpress.com\/fr"},{"label":"General","link":"https:\/\/memberpress.com\/fr\/doc-categories\/general\/"},{"label":"Look and Feel","link":"https:\/\/memberpress.com\/fr\/doc-categories\/look-and-feel\/"},{"label":"Available MemberPress Shortcodes","link":"https:\/\/memberpress.com\/fr\/docs\/available-shortcodes\/"}],"_links":{"self":[{"href":"https:\/\/memberpress.com\/fr\/wp-json\/wp\/v2\/ht-kb\/61314","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/memberpress.com\/fr\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/memberpress.com\/fr\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/memberpress.com\/fr\/wp-json\/wp\/v2\/users\/62252"}],"replies":[{"embeddable":true,"href":"https:\/\/memberpress.com\/fr\/wp-json\/wp\/v2\/comments?post=61314"}],"version-history":[{"count":17,"href":"https:\/\/memberpress.com\/fr\/wp-json\/wp\/v2\/ht-kb\/61314\/revisions"}],"predecessor-version":[{"id":79004,"href":"https:\/\/memberpress.com\/fr\/wp-json\/wp\/v2\/ht-kb\/61314\/revisions\/79004"}],"wp:attachment":[{"href":"https:\/\/memberpress.com\/fr\/wp-json\/wp\/v2\/media?parent=61314"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/memberpress.com\/fr\/wp-json\/wp\/v2\/ht-kb-category?post=61314"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/memberpress.com\/fr\/wp-json\/wp\/v2\/ht-kb-tag?post=61314"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}