action after cloning
-
What is the correct syntax? I found two potentials:
add_action( 'wpstg_clone_action_staging', array($this, 'wpstg_execute_after_cloning' ), 10); add_action( 'wpstg.clone_first_run', array($this, 'wpstg_execute_after_cloning' ), 10);
Both don’t seem to work I tested with this:
function wpstg_execute_after_cloning() { error_log("test1"); }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘action after cloning’ is closed to new replies.