Advertisement
drkskwlkr

FlowMattic Custom Action trigger

Jun 11th, 2024 (edited)
430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | Source Code | 0 0
  1. <?php
  2.  
  3. add_action('template_redirect', function() {
  4.     $page_id = get_queried_object_id();
  5.  
  6.     $params = array(
  7.         'page_id' => $page_id
  8.     );
  9.  
  10.     do_action('flowmattic_trigger_workflow', '**********', $params);
  11.  
  12. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement