'validate_callback' => 'rest_validate_request_arg',
'sanitize_callback' => 'rest_sanitize_request_arg',
);
if ( WP_REST_Server::CREATABLE === $method && isset( $params['default'] ) ) {
$endpoint_args[ $field_id ]['default'] = $params['default'];
}
if ( WP_REST_Server::CREATABLE === $method && ! empty( $params['required'] ) ) {
$endpoint_args[ $field_id ]['required'] = true;
}
FatalError
|
---|
Symfony\Component\ErrorHandler\Error\FatalError: Allowed memory size of 41943040 bytes exhausted (tried to allocate 20480 bytes) at /home/koukkudigital/public_html/cms/kuolinpesat2/web/wp/wp-includes/rest-api.php:3271 |