Hello,
To add scheduler on any page you have to edit that page and add
[[scheduler_plugin]]
in its content.
Best regards,
Ilya
Hello,
To add scheduler on any page you have to edit that page and add
[[scheduler_plugin]]
in its content.
Best regards,
Ilya
Hi Ilya,
What i need to do is change the select for something like
SELECT * FROM wp_events_rec WHERE doctor_id=<?= $doctor_id?>
So i need to change the select, insert, update and delete according to doctor_id
I hope you can help me
You can’t customize sql code easily in case of plugin. SQL queries are generated dynamically and modification may be very tricky.
If you need to use high control over db level operation, it will be better to use standalone scheduler and code like
samples\02_customization\shared_events\events.php
Hi Ilya, thanks for reply
Could you help me please showing me the lines of code and archives where i need to modify the select, insert, update and delete queries?
I have some knowledge of php and wordpress development and i would like to see if i can change the plugin before using stand alone version.
Have a nice day