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