Leidar Plugin
A list of custom blocks built within the Advanced Custom Fields (ACF).
by Slawek Jurczyk · github.com/leidar-uk/ldr-wp-plugin · website
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/leidar-uk/ldr-wp-plugin/archive/refs/heads/main.zipDeclares an update source (https://leidar.com/), so updates arrive through the plugin's own updater.
From the readme
Leidar Plugin
A list of custom blocks built within the Advanced Custom Fields (ACF).
Requirements
Follow the the following instructions to learn how handle the plugin syntax
PHP classes
- Filename: my-custom-name.class.php
- Header:
php
/
My custom class name
A class description text
@package LeidarPlugin
@since 1.0.0
/