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



wp_protected_ajax_actions › Filtr WordPress Hooks

Od5.2.0
Przestarzałyn/a
apply_filters( 'wp_protected_ajax_actions', $actions_to_protect )
Parametry:
  • (string[]) $actions_to_protect Array of strings with Ajax actions to protect.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the array of protected Ajax actions.

This filter is only fired when doing Ajax and the Ajax request has an 'action' property.





Źródło

$actions_to_protect = (array) apply_filters( 'wp_protected_ajax_actions', $actions_to_protect );