Kyle
Kyle
``` php add_action( 'admin_init', 'wpl_meta_boxes' ); function wpl_meta_boxes() { $short_term_opportunities_sort_box = array( 'id' => 'short_term_opportunities_sort_box', 'title' => 'Short-term Opportunity Sort Fields', 'desc' => '', 'pages' => array( 'post' ), 'context'...
Well I'm not going crazy then, here's the error I get on it. I guess this just isn't installable with composer at this point, even through overrides? ``` Updating dependencies...
Hey, sorry for the late replies. I'm simply trying to install your branch with composer, but I can't seem to find a way that a) doesn't give me an error...