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