wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



postbox_classes_{$screen_id}_{$box_id} › Filtr WordPress Hooks

Od3.2.0
Przestarzałyn/a
apply_filters( "postbox_classes_{$screen_id}_{$box_id}", $classes )
Parametry:
  • (string[]) $classes An array of postbox classes.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the postbox classes for a specific screen and box ID combo.

The dynamic portions of the hook name, $screen_id and $box_id, refer to the screen ID and meta box ID, respectively.





Powiązane Hooks:

Źródło

$classes = apply_filters( "postbox_classes_{$screen_id}_{$box_id}", $classes );