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



wp_title_parts › Filtr WordPress Hooks

Od4.0.0
Przestarzałyn/a
apply_filters( 'wp_title_parts', explode( $t_sep, $title )
Parametry:
  • (string[]) $title_array Array of parts of the page title.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the parts of the page title.





Źródło

$title_array = apply_filters( 'wp_title_parts', explode( $t_sep, $title ) );