Forum Replies Created

Page 6 of 9
  • Hasan

    Administrator
    December 30, 2024 at 6:16 am in reply to: PHP Code Validation

    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!'
        );
    }
  • Hasan

    Administrator
    December 29, 2024 at 4:34 am in reply to: Services

    Hi Paul, sorry, we dont provide such services right now, we are planning to do in the future

  • Hasan

    Administrator
    December 28, 2024 at 7:48 pm in reply to: Query on generating API

    Replies viewable by members only

  • Hasan

    Administrator
    December 28, 2024 at 9:33 am in reply to: Unlocking the Full SEO Report

    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.


  • Hasan

    Administrator
    December 28, 2024 at 9:24 am in reply to: Request for clarification

    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 1 month, 1 week ago by  Hasan.
  • Hasan

    Administrator
    December 27, 2024 at 8:42 am in reply to: WordPress Chatbot

    Hi Paul, can you please share more details about the problem and which video you are referring to?

  • Hasan

    Administrator
    December 27, 2024 at 8:41 am in reply to: Python Course

    Replies viewable by members only

    • This reply was modified 1 month, 1 week ago by  Hasan.
  • Hasan

    Administrator
    December 25, 2024 at 6:52 pm in reply to: Serving WordPress website with files/folders stored in a VPS.

    Replies viewable by members only

  • Hasan

    Administrator
    December 25, 2024 at 3:41 pm in reply to: course

    Replies viewable by members only

  • Hasan

    Administrator
    December 24, 2024 at 7:56 am in reply to: Python enviornemnt PATH

    Replies viewable by members only

  • Hasan

    Administrator
    December 24, 2024 at 7:55 am in reply to: Python enviornemnt PATH

    Replies viewable by members only

  • Hasan

    Administrator
    December 23, 2024 at 5:11 pm in reply to: Unlocking the Full SEO Report

    Hi Daweyst,

    can you please tell me more what the expected results you want to get, I remember I shared the full code of detailed SEO report for free, no need for any memberships. what exactly you are looking for? keyword data?

  • Hasan

    Administrator
    December 28, 2024 at 2:29 pm in reply to: Request for clarification

    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

    Administrator
    December 26, 2024 at 7:16 am in reply to: Serving WordPress website with files/folders stored in a VPS.

    Replies viewable by members only

  • Hasan

    Administrator
    December 25, 2024 at 3:55 pm in reply to: course

    Replies viewable by members only

Page 6 of 9