Created
May 20, 2025 06:29
-
-
Save szepeviktor/6123a59ab61a27ced12d65fc8c0ce2d4 to your computer and use it in GitHub Desktop.
HelloPack plugin list and plugin update
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
# List plugin IDs | |
wp eval 'var_export(array_column(hellopack_client()->api()->plugins(),"name","id"));' | |
# Update the plugin | |
wp plugin install "$(wp eval 'echo hellopack_client()->api()->download(260729283,[]);')" --force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@hellowpio Ezek nagyon hasznosnak bizonyultak.