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



wp_ajax_cropped_attachment_id › WordPress Filter Hooks

Seit4.3.0
Veraltetn/v
apply_filters( 'wp_ajax_cropped_attachment_id', $attachment_id, $context )
Parameter: (2)
  • (int) $attachment_id The attachment ID of the cropped image.
    Erforderlich: Ja
  • (string) $context The Customizer control requesting the cropped image.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the attachment ID for a cropped image.





Quellcode

$attachment_id = apply_filters( 'wp_ajax_cropped_attachment_id', $attachment_id, $context );