• Resolved stinsonpilot

    (@stinsonpilot)


    If plugin forms such as account or login are updated by WP User Manager. Is it possible to get the list of form php files that were updated? I see generalities in the revisions doc but no specifics as I can see anyway.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Iain Poulson

    (@polevaultweb)

    Hi @stinsonpilot ,

    Thanks for the question! WP User Manager supports template overrides via your theme — you can copy any template file from the plugin’s templates/ directory into a wpum/ folder in your active theme, and your version will take priority.

    The full list of overridable templates is:

    Forms:

    • forms/form-login.php
    • forms/form-registration.php
    • forms/form-registration-fields.php
    • forms/form-account.php
    • forms/form-password.php
    • forms/form-password-recovery.php
    • forms/form-privacy.php

    Form fields (in form-fields/):

    • Individual field type templates like text-field.phpemail-field.phpfile-field.phpdropdown-field.phptextarea-field.php, etc.

    Profiles:

    • profile.phpprofile-card.php
    • profiles/header.phpprofiles/cover.phpprofiles/navigation.phpprofiles/about.phpprofiles/posts.phpprofiles/comments.php

    Other:

    • account.phpaccount-tabs.php
    • directory.phpdirectory/search-form.phpdirectory/single-user.phpdirectory/top-bar.php
    • action-links.phpalready-logged-in.phprecently-registered.php
    • Message templates in messages/

    Unfortunately we don’t currently publish a per-version diff of which template files changed. However, since template changes are rare (the core form templates in particular are very stable), the easiest approach is to compare your overridden files against the plugin’s versions after updating. You can do this by diffing your theme’s wpum/ folder against the plugin’s templates/ folder.

    If you’re only overriding a few specific templates, you can also check the changelog for notes about template changes in each release.

    Hope that helps!

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.