-
How to Inserting multilingual posts programmatically with WPML
How to Inserting multilingual posts programmatically with WPML
-
How to sort an array by key to match another array’s order by key [PHP]
sometime you have two arrays, both have the same keys (different values) however array #2 is in a different order. you want to be able to resort the second array so it is in the same order as the first array. Is there a function that can quickly do this? yups to do this you…
-
How to fix: AnyConnect error after updating macOS Catalina
How to fix AnyConnect error: cannot confirm it is connected to your secure gateway. The local network may not be trustworthy. Please try another network after a few day update macos catalina, i realize i have problem with anyconnect. everytime i try to connect, Cisci AnyConnect: Got an error like this: AnyConnect cannot confirm it…
-
Select2 js Ajax Chained Snippet
snippet how to use ajax chained in select2 js
-
Create custome permalink for custome page & API
pada kasus kali ini kita akan membuat dinamic URL yang bisa di cache oleh wp supercache dengan data yang di peroleh dari API. custome URL permalink yang akan kita buat kali ini seperti ini: http://www.wplokal.com/page-name/data-id/datatitle page-name : page name halaman yg kita buat data-id: id yang akan kita gunakan untuk memanggil data dari REST API…