You can use notice()
or warning()
(depending on what you want to tell the user)
notice( 'some-command is going to be executed now' )
and then simply exec
right after that line.
You can use notice()
or warning()
(depending on what you want to tell the user)
notice( 'some-command is going to be executed now' )
and then simply exec
right after that line.