{"id":63575,"date":"2024-02-20T11:34:08","date_gmt":"2024-02-20T16:34:08","guid":{"rendered":"https:\/\/memberpress.com\/?post_type=ht_kb&#038;p=63575"},"modified":"2024-02-27T09:04:53","modified_gmt":"2024-02-27T14:04:53","slug":"change-plan-doesnt-work-on-custom-account","status":"publish","type":"ht_kb","link":"https:\/\/memberpress.com\/de\/docs\/change-plan-doesnt-work-on-custom-account\/","title":{"rendered":"Die Option \"Plan \u00e4ndern\" funktioniert nicht auf einer benutzerdefinierten Kontoseite"},"content":{"rendered":"\n<p>MemberPress comes with a default Account page, but in some cases, you might need a custom solution. MemberPress <code><strong>mepr-account-form<\/strong><\/code> shortcode allows you to add the user account form to any custom page.\u00a0\u00a0<\/p>\n\n\n\n<p>Adding the shortcode to a page using a page builder, could create an issue with the functioning of the <strong>Change Plan<\/strong> option.<\/p>\n\n\n\n<p>This document will provide more details on this issue and how to solve it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Is This Happening?<\/h2>\n\n\n\n<p>Clicking the Change Plan option on the MemberPress account page will trigger a quick selection pop-up.<\/p>\n\n\n\n<p>This is the default option unless you check the Disable Change Plan Pop-Up in the <a href=\"https:\/\/docs.memberpress.com\/article\/61-creating-groups\"><strong>MemberPress Group Options<\/strong><\/a>.\u00a0<\/p>\n\n\n\n<p>MemberPress identifies a custom page as the Account page by scanning the page content area and searching for the shortcode:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>[mepr-account-form]<\/strong><\/code><\/pre>\n\n\n\n<p>On the other hand, some page builders, like Beaver Builder, might store the shortcode outside of the page content area. In this case, MemberPress won\u2019t detect the shortcode as present. Thus, your custom page won\u2019t be recognized as the account page, preventing the Change Plan pop-up from being triggered.\u00a0<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How To Make This Work?<\/h2>\n\n\n\n<p>If this is the situation you\u2019re experiencing, you will need to manually mark your custom page as the account page. For MemberPress to recognize your custom page as the account page, you\u2019ll need to use the following custom code snippet:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted has-background\" style=\"background-color:#f5f5f5\">add_filter('mepr_is_account_page', function($is_account_page, $post) {\n\tif(isset($post->ID) && $post->ID == '123') {\n\t\treturn true;\n\t}\n\t\n\treturn $is_account_page;\n}, 10, 2);<\/pre>\n\n\n\n<p>You\u2019ll first need to adjust the above-mentioned code example. Here, you\u2019ll need to replace the ID used in the example (123) with the ID of your custom account page. You would change the page or post ID on the following line:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted has-background\" style=\"background-color:#f5f5f5\">\tif(isset($post->ID) && $post->ID == '123') {<\/pre>\n\n\n\n<p>Once you updated the code with the IDs of your pages and posts, you can add the code snippet to your website to the functions.php file of your child theme. As an alternative, you can use the <a href=\"https:\/\/wordpress.org\/plugins\/insert-headers-and-footers\/\"><strong>WPCode<\/strong><\/a> plugin. Please check the following document for step-by-step instructions on <a href=\"https:\/\/docs.memberpress.com\/article\/396-how-to-add-custom-code-snippets-in-wpcode\"><strong>How To Add Custom Code Snippets in WPCode<\/strong><\/a>.<\/p>\n\n\n\n<p>Activating this code snippet on your site should enable the Change Plan pop-up on your custom account page.<\/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> The code above uses the <strong>mepr_is_account_page<\/strong> filter hook. For more details about using this filter hook check the <a href=\"https:\/\/docs.memberpress.com\/article\/329-filter-hooks-in-memberpress#mepr_is_account_page\"><strong>Filter Hooks in MemberPress<\/strong><\/a> document.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>MemberPress comes with a default Account page, but in some cases, you might need a custom solution. MemberPress mepr-account-form shortcode allows you to add the user account form to any custom page.\u00a0\u00a0 Adding the shortcode to a page using a page builder, could create an issue with the functioning of the Change Plan option. This [\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":[1325,1397,1332],"ht-kb-tag":[],"class_list":{"0":"post-63575","1":"ht_kb","2":"type-ht_kb","3":"status-publish","4":"format-standard","6":"ht_kb_category-account","7":"ht_kb_category-account-customizations","8":"ht_kb_category-miscellaneous-issues","9":"entry"},"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=\"MemberPress comes with a default Account page, but in some cases, you might need a custom solution. MemberPress mepr-account-form shortcode allows you to add the user account form to any custom page. Adding the shortcode to a page using a page builder, could create an issue with the functioning of the Change Plan option. This\" \/>\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\/de\/docs\/change-plan-doesnt-work-on-custom-account\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.5.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"de_DE\" \/>\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=\"Change Plan Option Doesn\u2019t Work On A Custom Account Page | MemberPress\" \/>\n\t\t<meta property=\"og:description\" content=\"MemberPress comes with a default Account page, but in some cases, you might need a custom solution. MemberPress mepr-account-form shortcode allows you to add the user account form to any custom page. Adding the shortcode to a page using a page builder, could create an issue with the functioning of the Change Plan option. This\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/memberpress.com\/de\/docs\/change-plan-doesnt-work-on-custom-account\/\" \/>\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-20T16:34:08+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-02-27T14:04:53+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=\"Change Plan Option Doesn\u2019t Work On A Custom Account Page | MemberPress\" \/>\n\t\t<meta name=\"twitter:description\" content=\"MemberPress comes with a default Account page, but in some cases, you might need a custom solution. MemberPress mepr-account-form shortcode allows you to add the user account form to any custom page. Adding the shortcode to a page using a page builder, could create an issue with the functioning of the Change Plan option. This\" \/>\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\\\/de\\\/docs\\\/change-plan-doesnt-work-on-custom-account\\\/#article\",\"name\":\"Change Plan Option Doesn\\u2019t Work On A Custom Account Page | MemberPress\",\"headline\":\"Change Plan Option Doesn\\u2019t Work On A Custom Account Page\",\"author\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/mp-icon-RGB_Icon-01.jpg\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/#articleImage\",\"width\":1650,\"height\":1275,\"caption\":\"memberpress logo icon\"},\"datePublished\":\"2024-02-20T11:34:08-05:00\",\"dateModified\":\"2024-02-27T09:04:53-05:00\",\"inLanguage\":\"de-DE\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/docs\\\/change-plan-doesnt-work-on-custom-account\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/docs\\\/change-plan-doesnt-work-on-custom-account\\\/#webpage\"},\"articleSection\":\"Account, Account Customizations, Miscellaneous Issues\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/docs\\\/change-plan-doesnt-work-on-custom-account\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/memberpress.com\\\/de\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/doc-categories\\\/general\\\/#listItem\",\"name\":\"General\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/doc-categories\\\/general\\\/#listItem\",\"position\":2,\"name\":\"General\",\"item\":\"https:\\\/\\\/memberpress.com\\\/de\\\/doc-categories\\\/general\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/doc-categories\\\/members-and-accounts\\\/#listItem\",\"name\":\"Members and Accounts\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/doc-categories\\\/members-and-accounts\\\/#listItem\",\"position\":3,\"name\":\"Members and Accounts\",\"item\":\"https:\\\/\\\/memberpress.com\\\/de\\\/doc-categories\\\/members-and-accounts\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/doc-categories\\\/account\\\/#listItem\",\"name\":\"Account\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/doc-categories\\\/general\\\/#listItem\",\"name\":\"General\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/doc-categories\\\/account\\\/#listItem\",\"position\":4,\"name\":\"Account\",\"item\":\"https:\\\/\\\/memberpress.com\\\/de\\\/doc-categories\\\/account\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/docs\\\/change-plan-doesnt-work-on-custom-account\\\/#listItem\",\"name\":\"Change Plan Option Doesn\\u2019t Work On A Custom Account Page\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/doc-categories\\\/members-and-accounts\\\/#listItem\",\"name\":\"Members and Accounts\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/docs\\\/change-plan-doesnt-work-on-custom-account\\\/#listItem\",\"position\":5,\"name\":\"Change Plan Option Doesn\\u2019t Work On A Custom Account Page\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/doc-categories\\\/account\\\/#listItem\",\"name\":\"Account\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/#organization\",\"name\":\"MemberPress\",\"description\":\"The All-In-One WordPress Membership Plugin\",\"url\":\"https:\\\/\\\/memberpress.com\\\/de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/mp-icon-RGB_Icon-01.jpg\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/docs\\\/change-plan-doesnt-work-on-custom-account\\\/#organizationLogo\",\"width\":1650,\"height\":1275,\"caption\":\"memberpress logo icon\"},\"image\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/docs\\\/change-plan-doesnt-work-on-custom-account\\\/#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\\\/de\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\",\"url\":\"https:\\\/\\\/memberpress.com\\\/de\\\/blog\\\/author\\\/nikolacaseproof-com\\\/\",\"name\":\"Nikola M\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/litespeed\\\/avatar\\\/1edf820c48f9c430f380efe81887b154.jpg?ver=1775745920\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/docs\\\/change-plan-doesnt-work-on-custom-account\\\/#webpage\",\"url\":\"https:\\\/\\\/memberpress.com\\\/de\\\/docs\\\/change-plan-doesnt-work-on-custom-account\\\/\",\"name\":\"Change Plan Option Doesn\\u2019t Work On A Custom Account Page | MemberPress\",\"description\":\"MemberPress comes with a default Account page, but in some cases, you might need a custom solution. MemberPress mepr-account-form shortcode allows you to add the user account form to any custom page. Adding the shortcode to a page using a page builder, could create an issue with the functioning of the Change Plan option. This\",\"inLanguage\":\"de-DE\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/docs\\\/change-plan-doesnt-work-on-custom-account\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"datePublished\":\"2024-02-20T11:34:08-05:00\",\"dateModified\":\"2024-02-27T09:04:53-05:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/memberpress.com\\\/de\\\/\",\"name\":\"MemberPress\",\"description\":\"The All-In-One WordPress Membership Plugin\",\"inLanguage\":\"de-DE\",\"publisher\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Change Plan Option Doesn\u2019t Work On A Custom Account Page | MemberPress<\/title>\n\n","aioseo_head_json":{"title":"Die Option \"Plan \u00e4ndern\" funktioniert nicht auf einer benutzerdefinierten Kontoseite | MemberPress","description":"MemberPress wird mit einer Standard-Konto-Seite geliefert, aber in manchen F\u00e4llen ben\u00f6tigen Sie vielleicht eine benutzerdefinierte L\u00f6sung. Mit dem MemberPress-Shortcode mepr-account-form k\u00f6nnen Sie das Benutzerkonto-Formular zu einer beliebigen benutzerdefinierten Seite hinzuf\u00fcgen. Das Hinzuf\u00fcgen des Shortcodes zu einer Seite, die einen Page Builder verwendet, k\u00f6nnte ein Problem mit der Funktion der Option Plan \u00e4ndern verursachen. Dieser","canonical_url":"https:\/\/memberpress.com\/de\/docs\/change-plan-doesnt-work-on-custom-account\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/memberpress.com\/de\/docs\/change-plan-doesnt-work-on-custom-account\/#article","name":"Change Plan Option Doesn\u2019t Work On A Custom Account Page | MemberPress","headline":"Change Plan Option Doesn\u2019t Work On A Custom Account Page","author":{"@id":"https:\/\/memberpress.com\/de\/blog\/author\/nikolacaseproof-com\/#author"},"publisher":{"@id":"https:\/\/memberpress.com\/de\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","@id":"https:\/\/memberpress.com\/de\/#articleImage","width":1650,"height":1275,"caption":"memberpress logo icon"},"datePublished":"2024-02-20T11:34:08-05:00","dateModified":"2024-02-27T09:04:53-05:00","inLanguage":"de-DE","mainEntityOfPage":{"@id":"https:\/\/memberpress.com\/de\/docs\/change-plan-doesnt-work-on-custom-account\/#webpage"},"isPartOf":{"@id":"https:\/\/memberpress.com\/de\/docs\/change-plan-doesnt-work-on-custom-account\/#webpage"},"articleSection":"Account, Account Customizations, Miscellaneous Issues"},{"@type":"BreadcrumbList","@id":"https:\/\/memberpress.com\/de\/docs\/change-plan-doesnt-work-on-custom-account\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/memberpress.com\/de#listItem","position":1,"name":"Home","item":"https:\/\/memberpress.com\/de","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/de\/doc-categories\/general\/#listItem","name":"General"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/de\/doc-categories\/general\/#listItem","position":2,"name":"General","item":"https:\/\/memberpress.com\/de\/doc-categories\/general\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/de\/doc-categories\/members-and-accounts\/#listItem","name":"Members and Accounts"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/de#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/de\/doc-categories\/members-and-accounts\/#listItem","position":3,"name":"Members and Accounts","item":"https:\/\/memberpress.com\/de\/doc-categories\/members-and-accounts\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/de\/doc-categories\/account\/#listItem","name":"Account"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/de\/doc-categories\/general\/#listItem","name":"General"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/de\/doc-categories\/account\/#listItem","position":4,"name":"Account","item":"https:\/\/memberpress.com\/de\/doc-categories\/account\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/de\/docs\/change-plan-doesnt-work-on-custom-account\/#listItem","name":"Change Plan Option Doesn\u2019t Work On A Custom Account Page"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/de\/doc-categories\/members-and-accounts\/#listItem","name":"Members and Accounts"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/de\/docs\/change-plan-doesnt-work-on-custom-account\/#listItem","position":5,"name":"Change Plan Option Doesn\u2019t Work On A Custom Account Page","previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/de\/doc-categories\/account\/#listItem","name":"Account"}}]},{"@type":"Organization","@id":"https:\/\/memberpress.com\/de\/#organization","name":"MemberPress","description":"The All-In-One WordPress Membership Plugin","url":"https:\/\/memberpress.com\/de\/","logo":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","@id":"https:\/\/memberpress.com\/de\/docs\/change-plan-doesnt-work-on-custom-account\/#organizationLogo","width":1650,"height":1275,"caption":"memberpress logo icon"},"image":{"@id":"https:\/\/memberpress.com\/de\/docs\/change-plan-doesnt-work-on-custom-account\/#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\/de\/blog\/author\/nikolacaseproof-com\/#author","url":"https:\/\/memberpress.com\/de\/blog\/author\/nikolacaseproof-com\/","name":"Nikola M","image":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/litespeed\/avatar\/1edf820c48f9c430f380efe81887b154.jpg?ver=1775745920"}},{"@type":"WebPage","@id":"https:\/\/memberpress.com\/de\/docs\/change-plan-doesnt-work-on-custom-account\/#webpage","url":"https:\/\/memberpress.com\/de\/docs\/change-plan-doesnt-work-on-custom-account\/","name":"Change Plan Option Doesn\u2019t Work On A Custom Account Page | MemberPress","description":"MemberPress comes with a default Account page, but in some cases, you might need a custom solution. MemberPress mepr-account-form shortcode allows you to add the user account form to any custom page. Adding the shortcode to a page using a page builder, could create an issue with the functioning of the Change Plan option. This","inLanguage":"de-DE","isPartOf":{"@id":"https:\/\/memberpress.com\/de\/#website"},"breadcrumb":{"@id":"https:\/\/memberpress.com\/de\/docs\/change-plan-doesnt-work-on-custom-account\/#breadcrumblist"},"author":{"@id":"https:\/\/memberpress.com\/de\/blog\/author\/nikolacaseproof-com\/#author"},"creator":{"@id":"https:\/\/memberpress.com\/de\/blog\/author\/nikolacaseproof-com\/#author"},"datePublished":"2024-02-20T11:34:08-05:00","dateModified":"2024-02-27T09:04:53-05:00"},{"@type":"WebSite","@id":"https:\/\/memberpress.com\/de\/#website","url":"https:\/\/memberpress.com\/de\/","name":"MemberPress","description":"The All-In-One WordPress Membership Plugin","inLanguage":"de-DE","publisher":{"@id":"https:\/\/memberpress.com\/de\/#organization"}}]},"og:locale":"de_DE","og:site_name":"MemberPress","og:type":"article","og:title":"Change Plan Option Doesn\u2019t Work On A Custom Account Page | MemberPress","og:description":"MemberPress comes with a default Account page, but in some cases, you might need a custom solution. MemberPress mepr-account-form shortcode allows you to add the user account form to any custom page. Adding the shortcode to a page using a page builder, could create an issue with the functioning of the Change Plan option. This","og:url":"https:\/\/memberpress.com\/de\/docs\/change-plan-doesnt-work-on-custom-account\/","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-20T16:34:08+00:00","article:modified_time":"2024-02-27T14:04:53+00:00","article:publisher":"https:\/\/www.facebook.com\/memberpress\/","twitter:card":"summary_large_image","twitter:site":"@memberpress","twitter:title":"Change Plan Option Doesn\u2019t Work On A Custom Account Page | MemberPress","twitter:description":"MemberPress comes with a default Account page, but in some cases, you might need a custom solution. MemberPress mepr-account-form shortcode allows you to add the user account form to any custom page. Adding the shortcode to a page using a page builder, could create an issue with the functioning of the Change Plan option. This","twitter:image":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg"},"aioseo_meta_data":{"post_id":"63575","title":null,"description":null,"keywords":null,"keyphrases":null,"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":null,"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":"BlogPosting","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":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2025-10-09 22:19:02","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":null,"ai":null,"created":"2024-02-20 16:21:19","updated":"2026-03-03 14:51:39"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/de\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/de\/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\/de\/doc-categories\/members-and-accounts\/\" title=\"Members and Accounts\">Members and Accounts<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/de\/doc-categories\/account\/\" title=\"Account\">Account<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tChange Plan Option Doesn\u2019t Work On A Custom Account Page\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/memberpress.com\/de"},{"label":"General","link":"https:\/\/memberpress.com\/de\/doc-categories\/general\/"},{"label":"Members and Accounts","link":"https:\/\/memberpress.com\/de\/doc-categories\/members-and-accounts\/"},{"label":"Account","link":"https:\/\/memberpress.com\/de\/doc-categories\/account\/"},{"label":"Change Plan Option Doesn\u2019t Work On A Custom Account Page","link":"https:\/\/memberpress.com\/de\/docs\/change-plan-doesnt-work-on-custom-account\/"}],"_links":{"self":[{"href":"https:\/\/memberpress.com\/de\/wp-json\/wp\/v2\/ht-kb\/63575","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/memberpress.com\/de\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/memberpress.com\/de\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/memberpress.com\/de\/wp-json\/wp\/v2\/users\/62252"}],"replies":[{"embeddable":true,"href":"https:\/\/memberpress.com\/de\/wp-json\/wp\/v2\/comments?post=63575"}],"version-history":[{"count":0,"href":"https:\/\/memberpress.com\/de\/wp-json\/wp\/v2\/ht-kb\/63575\/revisions"}],"wp:attachment":[{"href":"https:\/\/memberpress.com\/de\/wp-json\/wp\/v2\/media?parent=63575"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/memberpress.com\/de\/wp-json\/wp\/v2\/ht-kb-category?post=63575"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/memberpress.com\/de\/wp-json\/wp\/v2\/ht-kb-tag?post=63575"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}