Music full of love, creativity, curiosity and ingenuity. The Psalm moves me the most. These musicians inspire me to keep creating, exploring and, above all, enjoying my music making.
function verplaats_programmaentree_metabox() { // Verplaats de metabox naar de 'normal' context met hoge prioriteit remove_meta_box('jet-cpt-programmaentree', 'page', 'normal'); // Pas 'page' aan naar jouw post type indien nodig add_meta_box( 'jet-cpt-programmaentree', 'ProgrammaEntree', 'jet_cpt_programmaentree_callback', // Deze functie moet je mogelijk aanpassen naar de juiste callback 'page', // Pas dit aan naar jouw post type 'normal', 'high' ); } add_action('do_meta_boxes', 'verplaats_programmaentree_metabox');
Skip to content