Created
September 15, 2022 11:05
-
-
Save kimcoleman/c18a48d49f00a8a107646586aa5bcd37 to your computer and use it in GitHub Desktop.
Example code editor content for the WordPress block editor to personalize your Membership Account page with PMPro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- wp:group {"align":"full","backgroundColor":"color-primary"} --> | |
<div class="wp-block-group alignfull has-color-primary-background-color has-background"><!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"center"}} --> | |
<div class="wp-block-group"><!-- wp:shortcode --> | |
[pmpro_member field="avatar"] | |
<!-- /wp:shortcode --> | |
<!-- wp:heading {"textColor":"site-navigation-background"} --> | |
<h2 class="has-site-navigation-background-color has-text-color" id="h-welcome-pmpro-member-field-display-name">Welcome, [pmpro_member field="display_name"]</h2> | |
<!-- /wp:heading --></div> | |
<!-- /wp:group --></div> | |
<!-- /wp:group --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment