Horje
includes folder dir url wordpress Code Example
includes folder dir url wordpress
You sad you put the json in wp-includes, but in the url you wrote wp-content. 
So I give you the code for getting the server path for both folders:

// wp-includes
$file = ABSPATH . WPINC . '/json/users.json';

// wp-content
$file = WP_CONTENT_DIR . '/json/users.json';

You can find many WordPress constants (like ABSPATH, WPINCand WP_CONTENT_DIR on
http://wpengineer.com/2382/wordpress-constants-overview/




Whatever

Related
No touch Code Example No touch Code Example
wher is into sumbol in laptop keyborad Code Example wher is into sumbol in laptop keyborad Code Example
Carousels rasa webchat Code Example Carousels rasa webchat Code Example
madge Code Example madge Code Example
add bearer token to axios request Code Example add bearer token to axios request Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8