01 / 07 / 2021
Na początek tworzymy główny plik, np. style.scss lub main.scss i folder o nazwie, np: partialsWewnątrz folderu partials będziemy dodawać poszczególne pliki składowe scss, np: _index.scssDodaje...
30 / 06 / 2021
The whole plugin that saves some text to the database and replace provided values in the content...
30 / 06 / 2021
In this example menu and submenu is created where specific css file is loaded with custom hook WordPress will read the hook name automatically if we provide the right syntax. When we create add_menu_p...
30 / 06 / 2021
There are two ways of adding a custom svg icon Solution 1. Use icon ascii code This solution will change icon color to the color prefered by wordpress First we need to change svg binary format to the ...
29 / 06 / 2021
To make this plugin we need to follow those steps: Step 1. Create plugin folder, main php file and fill it with standard values. Step 2. Create a menu where custom text can be added (in this case we w...
29 / 06 / 2021
It shows how to prepare text in wordpress plugin to be translated. In this example, settings menu is created for the plugin so that we can see the translation when the language is changed. Step 1. Add...
25 / 06 / 2021
Na początek musimy sprawdzić czy posiadamy zainstalowane środowisko node.js.Można to zrobić przechodząc do konsoli cmd i wpisać Jeśli pokaże się nr wersji to pomijamy kolejny krok, a jeśli ...
25 / 06 / 2021
Plik główny pika-ripple-button.php Plik pika-settings.php z funkcją tworzenia strony z ustawieniami Plik uninstall.php Plik pika-script.js Plik pika-style.css...
25 / 06 / 2021
Plugin ma na celu zmianę wyglądu obecnych przycisków tworzonych za pomocą bloków Gutenberg oraz dodanie do nich efektu ripple po kliknięciu. Plik pika-ripple-button.php Plik pika-style.css Plik ...