wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



use_streams_transport › WordPress Filter Hooks

Da2.7.0
Deprecaton/a
apply_filters( 'use_streams_transport', true, $args )
Parametri: (2)
  • (bool) $use_class Whether the class can be used. Default true.
    Richiesto:
  • (array) $args Request arguments.
    Richiesto:
Definito a:
Codex:

Filters whether streams can be used as a transport for retrieving a URL.





Sorgenti

return apply_filters( 'use_streams_transport', true, $args );