Hi – I’m trying to pull a specific meta box up higher on the page using priority, context and order, but they don’t seem to have any effect. I think I’m missing something simple (using an Avada child theme):
<?php
/*
Title: Hubspot form code
Post Type: s_resource
Context: normal
Order: 1
Priority: high
*/
piklist(‘field’, array(
‘type’ => ‘textarea’
,’field’ => ‘s_resource_hubspot_form’
,’label’ => ‘Hubspot Form Code’
,’description’ => __(‘Paste hubspot form code here.’, ‘s_resources’)
,’attributes’ => array(
‘rows’ => 20,
‘cols’ => 50
)
));