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



register_post_type_args › Filtr WordPress Hooks

Od4.4.0
Przestarzałyn/a
apply_filters( 'register_post_type_args', $args, $this->name )
Parametry: (2)
  • (array) $args Array of arguments for registering a post type. See the register_post_type() function for accepted arguments.
    Wymagane: Tak
  • (string) $post_type Post type key.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the arguments for registering a post type.





Źródło

$args = apply_filters( 'register_post_type_args', $args, $this->name );