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.
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