Avatar upload from the front for all users
It just works.
ChargeWP Avatar Upload gives users a clean, intuitive way to update their profile photo without opening the dashboard.
It’s built for modern WordPress sites: secure, lightweight, and theme-friendly.
Shortcode example:
[chargewp_avatar type="0" check_page_author="false"]
Attributes:
– type — 0 = avatar only, 1 = avatar + name + ID, 2 = avatar + name + ID + profile link. Default: 0
– check_page_author — true or false. When true, shows the page or post author’s avatar instead of the current user. Default: false
– classes — Optional extra CSS classes for custom styling.
Block:
– Insert the ChargeWP Avatar block in the editor.
– Adjust display type and author options from the block sidebar.
yourtheme/templates/cwpa/. add_filter('cwpa_auto_inject_wc_account', '__return_false'); add_filter('cwpa_auto_inject_cwpd_sidebar', '__return_false'); cwpa_avatar_type_wc_account cwpa_avatar_type_cwpd_sidebar