

Hasan
Forum Replies Created
-
Hasan
AdministratorDecember 30, 2024 at 6:19 am in reply to: the JSON Elementor Template of the headerReplies viewable by members only
-
Hi Chris, the route not found means the API endpoint is not registred.
can you please first check your permalink structure and save it.
second, try the following basic snippet, and see if the route work so we can isolate the issue:
add_action('rest_api_init', function () { register_rest_route('test/v1', '/hello', array( 'methods' => 'GET', 'callback' => 'test_endpoint_callback', 'permission_callback' => '__return_true' )); }); function test_endpoint_callback($request) { return array( 'status' => 'success', 'message' => 'Hello from the test endpoint!' ); }
-
Replies viewable by members only
-
All free codes that are shared publicly are free to use and reuse. You have full permission as soon as you are using it ethically.
Can you tell me which tool, API, or script you are referring to? so I can answer based on that.
-
Can you tell me more about your tech skills?
Are you open to learning such skills? Like coding, AI, advanced WordPress, and APIS.
and have you watched my latest video: https://youtu.be/dQ9r-v1Y0zI
Please tell me more so we can follow up accordingly.
-
This reply was modified 7 months ago by
Hasan.
-
This reply was modified 7 months ago by
-
Hi Paul, can you please share more details about the problem and which video you are referring to?
-
Hasan
AdministratorDecember 25, 2024 at 6:52 pm in reply to: Serving WordPress website with files/folders stored in a VPS.Replies viewable by members only
-
Replies viewable by members only
-
Replies viewable by members only
-
It depends on what type of business you want to provide. Here on my channel and in my courses, I teach tech-digital business.
So here, python, ai, and other tech skills are important for success.
you can get started with my free courses on YouTube, check the prompt engineering playlist, there is even a free python course for beginners there.
-
Hasan
AdministratorDecember 26, 2024 at 7:16 am in reply to: Serving WordPress website with files/folders stored in a VPS.Replies viewable by members only