|
|
|
|
|
|
352
|
return $columns;
|
352
|
return $columns;
|
|
353
|
}
|
353
|
}
|
|
354
|
// Add the data to the custom columns for PUBLICATION:
|
354
|
// Add the data to the custom columns for PUBLICATION:
|
|
355
|
-add_action( 'manage_guide_posts_custom_column' , 'custom_publication_column', 10, 2 );
|
|
|
|
|
|
355
|
+add_action( 'manage_publication_posts_custom_column' , 'custom_publication_column', 10, 2 );
|
|
356
|
function custom_publication_column( $column, $post_id ) {
|
356
|
function custom_publication_column( $column, $post_id ) {
|
|
357
|
switch ( $column ) {
|
357
|
switch ( $column ) {
|
|
358
|
case 'material' :
|
358
|
case 'material' :
|