This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* This example uses 'main-category' as a custom taxonomy and values | |
* from Carbon Fields for sorting https://carbonfields.net | |
*/ | |
// Add custom column title | |
add_filter( 'manage_edit-main-category_columns', function( $columns ) { | |
$column_position = 2; | |
$before = array_slice( $columns, 0, $column_position, true ); |
If you enjoyed reading this, I'm intending to do more blogging like this over here: https://cdgd.tech
This is not a complaint about Webpack or v4 in any way. This is just a record of my process trying it out so I could provide feedback to the webpack team
Hmm... I don't see any docs for 4.0 on https://webpack.js.org. I guess I'll just wing it.
All I need to do is npm i -D webpack@next
, right?
+ [email protected]