by
Mykhailo Rud
|
Oct 20, 2023 |
Development, TRANSLATION
Quite often, websites have several languages. In this article, I will describe how to translate text using the DeepL API for automatic text translation. Here we will describe a method that doesn’t involve the use of plugins or third-party libraries. Clear code using cURL PHP. This method is suitable for both WordPress developers and clear […]
by
Mykhailo Rud
|
Oct 19, 2023 |
Development
Events are a very popular custom posts type in WordPress and customers need to export an event to their calendar. It can be Apple iCal or Google Calendar. In this article, I will describe how to add events to your calendar (either Apple iCal or Google Calendar). How to create Google Calendar link? We will use PHP to […]