Title: Post Process
Last modified: June 11, 2019

---

# Post Process

 *  [vettura](https://wordpress.org/support/users/vettura/)
 * (@vettura)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/post-process/)
 * What am I doing wrong?
 * <?php
    add_action(‘post_process_run_action’, ‘hello’, 2); function hello($data){
   global $wpdb; $a = $wpdb->prefix.’lkw_products’; $wpdb->insert($a, array( ‘name’
   => 123, ‘ProductID’ => 456)); }
    -  This topic was modified 6 years, 12 months ago by [vettura](https://wordpress.org/support/users/vettura/).

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [vettura](https://wordpress.org/support/users/vettura/)
 * (@vettura)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/post-process/#post-11625016)
 * Позиция Post-Process
    Type actions Action / Filter post_process_run_action
 *  Thread Starter [vettura](https://wordpress.org/support/users/vettura/)
 * (@vettura)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/post-process/#post-11625136)
 * I am writing this code in my plug-in file, not in the function.php file.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Post Process’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/caldera-forms-run-action.svg)
 * [Caldera Forms Run Action](https://wordpress.org/plugins/caldera-forms-run-action/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/caldera-forms-run-action/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/caldera-forms-run-action/)
 * [Active Topics](https://wordpress.org/support/plugin/caldera-forms-run-action/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/caldera-forms-run-action/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/caldera-forms-run-action/reviews/)

## Tags

 * [action](https://wordpress.org/support/topic-tag/action/)

 * 2 replies
 * 1 participant
 * Last reply from: [vettura](https://wordpress.org/support/users/vettura/)
 * Last activity: [6 years, 12 months ago](https://wordpress.org/support/topic/post-process/#post-11625136)
 * Status: not resolved