• Resolved skriaz

    (@skriaz)


    I am trying to show different customize_changeset from theme customizer for logged in user.

    Is there any option or snippet to do as like once user loggedin changeset will loaded using theme set. Is it possible to do load draft customize_changeset. Is it possible to hide querystring in url loading customize_changeset_uuid by php not by url. Is there any action or filter to do this?

    • This topic was modified 4 years, 7 months ago by skriaz.
Viewing 2 replies - 1 through 2 (of 2 total)
  • It is possible to allow the Customizer to use more than one changeset. The default is not that, though, so you have to research how to do the “branch” method of changesets.
    You can’t remove the uuid in the query string, or the Customizer won’t know which changeset to load.
    With the default, you can save one changeset as draft and send that URL to someone. They will see the site with those options even if not logged in. That means you can put that link on your page and it would work. But only one draft is managed by default, and I think it has an expiration.

    The Customizer changeset is a custom post type, saved in the posts table.

    Thread Starter skriaz

    (@skriaz)

    Thank you. It could be a best option if got any option to call changeset from php api. It might help everyone to give opt to expand like user, country based menu. Searching from where url string is implemented

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Use customize_changeset_uuid in PHP’ is closed to new replies.