wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_create_file_in_uploads › WordPress Filter Hooks

Seit2.1.0
Veraltetn/v
apply_filters( 'wp_create_file_in_uploads', $file, $attachment_id )
Parameter: (2)
  • (string) $file Path to the file.
    Erforderlich: Ja
  • (int) $attachment_id Attachment ID.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the attachment file path after the custom header or background image is set.

Used for file replication.





Quellcode

$file = apply_filters( 'wp_create_file_in_uploads', $file, $attachment_id ); // For replication.