Un-protects a post.
Parameters
- post_id (int) – The ID of the post to un-protect
Return
Returns a multi-dimensional array containing operation status.
Example Code
<?php
$posts = wlmapi_unprotect_post(1);
print_r($posts);
?>
Example Output
Array
(
[success] => 1
[supported_verbs] => Array
(
[0] => DELETE
)
)
Notes
This functions returns WLMAPIMethods::unprotect_post($args) in core/api-helper/class-api-methods.php
