/usr/share/cloudlinux/wpos/wp-toolkit-hooks
#!/usr/bin/bash # This is a simple wrapper for the wp-toolkit-clone-awp-settings script. # It transparently forwards all arguments to the underlying script. # Intended to be used as a WP Toolkit hook (e.g., site-cloning-completed), # where the hook parameters are passed as command-line arguments. exec /usr/sbin/wp-toolkit-clone-awp-settings "$@"
.
Edit
..
Edit
site-cloning-completed
Edit