1442* the screen IDand meta box ID, respectively.1443*1444* @since 3.2.01445*1446* @param string[]$classes An array of postbox classes.1447*/1448$classes=apply_filters("postbox_classes_{$screen_id}_{$box_id}",$classes);14491450returnimplode(' ',$classes);1451}14521453/**1454* Returns a sample permalink based on the post name.
History
Introduced in 3.2.0. Unchanged from 6.7.7 through 7.1.0.