Hi, thank you for reaching out to us.
Are you looking for documentations and tutorials? If you are, you can check the following documentation. Let me know if this helps you.
Thank you
Thread Starter
Ibram
(@ebrram)
I saw documentation before
And i dont understand
Now if i create page to active and deactive licenses so
Ex: in index.php show article when page i created have a active or success license and hide article when this page have deactive or invalid licenses
I hoppe u understand me
Hi,
This software is meant for developers however I understand what you mean. I have submitted a message to the developers regarding your request.
Kind regards
Hi, I will try to create a video for it. However, this plugin is different than an everyday use WP plugin. This is a plugin for expert developers only. Different developers use this plugin differently. If you are not a developer and you want to setup a licensing system, then you will need to hire a developer who can understand your requirement and set something up.
Thread Starter
Ibram
(@ebrram)
i resolve it by using file in dir
wp-content/software-license-manager/client-side-examples/sample-plugin/slm-sample-plugin.php
in client product with little edit license status | alert with information what i want
this file make if license not success empty input and if success echo license in input
in file i want to check to show or hidden i use
<?php
if(!empty(get_option('option_name'))) {
// content here
} else {
wp_die('unlicensed product')
}
thx for ur time and i will witting ur video to learn more about this great plugin <3
-
This reply was modified 6 years, 11 months ago by
Ibram.