Uses
Uses | Description |
---|---|
wp-admin/includes/post.php: postbox_classes_{$screen_id}_{$box_id} | Filters the postbox classes for a specific screen and box ID combo. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/user.php: get_user_option() | Retrieve user option that can be either per Site or per Network. |