We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3edb9ea + 97337e4 commit a4a58daCopy full SHA for a4a58da
1 file changed
classes/class-cpt-wplf-form.php
@@ -32,7 +32,7 @@ public function __construct() {
32
// edit.php view
33
add_filter( 'post_row_actions', array( $this, 'remove_row_actions' ), 10, 2 );
34
add_filter( 'manage_edit-wplf-form_columns', array( $this, 'custom_columns_cpt' ), 100, 1 );
35
- add_action( 'manage_posts_custom_column', array( $this, 'custom_columns_display_cpt' ), 10, 2 );
+ add_action( 'manage_wplf-form_posts_custom_column', array( $this, 'custom_columns_display_cpt' ), 10, 2 );
36
37
add_filter( 'default_content', array( $this, 'default_content_cpt' ) );
38
add_filter( 'user_can_richedit', array( $this, 'disable_tinymce' ) );
0 commit comments