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



wp_ajax_cropped_attachment_id › Filtr WordPress Hooks

Od4.3.0
Przestarzałyn/a
apply_filters( 'wp_ajax_cropped_attachment_id', $attachment_id, $context )
Parametry: (2)
  • (int) $attachment_id The attachment ID of the cropped image.
    Wymagane: Tak
  • (string) $context The Customizer control requesting the cropped image.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the attachment ID for a cropped image.





Źródło

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