| @@ -36,9 +36,9 @@ | ||
| 36 | 36 | add_filter( 'post_row_actions', [ $this, 'post_row_actions' ], 10, 2 ); |
| 37 | 37 | add_action( 'admin_footer', [ $this, 'app' ] ); |
| 38 | 38 | } |
| 39 | 39 | |
| 40 | - // add_action( 'save_post', [ $this, 'save_post' ], 11, 3 ); | |
| 40 | + add_action( 'save_post', [ $this, 'save_post' ], 11, 3 ); | |
| 41 | 41 | } |
| 42 | 42 | |
| 43 | 43 | /** |
| 44 | 44 | * If needed to add a filter for platform |