Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- add_action('template_redirect', function() {
- $page_id = get_queried_object_id();
- $params = array(
- 'page_id' => $page_id
- );
- do_action('flowmattic_trigger_workflow', '**********', $params);
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement