1424* the screen IDand meta box ID, respectively.1425*1426* @since 3.2.01427*1428* @param string[]$classes An array of postbox classes.1429*/1430$classes=apply_filters("postbox_classes_{$screen_id}_{$box_id}",$classes);14311432returnimplode(' ',$classes);1433}14341435/**1436* Returns a sample permalink based on the post name.
History
Introduced in 3.2.0. Unchanged from 6.7.7 through 7.1.0.