Making Caption Textfield bigger WordPress Media Library Editing

 

add_action('admin_head', 'g_custom_css');
function g_custom_css() {
  echo '<style>
    #attachment-details-caption , #attachment-details-two-column-caption {
      height:220px;
    } 
  </style>';
}


 

 

 

 

Leave the first comment