WordPress JSON Rest API
- <?php
-
-
- $result = file_get_contents("https://kb.innocom.vn/wp-json/wp/v2/users?per_page=100", false, $context );
- // echo $result;
-
- $result = file_get_contents("https://kb.innocom.vn/wp-json/wp/v2/posts?author=2&status=publish&per_page=100", false, $context );
-
- echo "<pre>";
- echo "</pre>";