majidazad
Forum Replies Created
-
Forum: Plugins
In reply to: [School Management System – WPSchoolPress] edit plugin add functionalityok.I am a freelancer and want to learn plugin customization to change features of plugin for end users on their need.
Forum: Developing with WordPress
In reply to: database table fieldthanks.
one other problem is how to loop through all students and
select those who has registered in a class at this year and this month?what’s the file and folder of classes enterence page for students?
what’s the folder name of all of the hook and filter and methods of school management plugin?which folder and file should i watch and edit?and i need some simple example codes.
yes.you are right.
l meant classes by courses.
i want to create a new plugin and customize some feaure.
add filed to teachers table fore examle fee and payment_percent.
and change teachers forms.and so on.using php and wordpress functions.and do we have is_student or is _teacher to identif their pages?
Forum: Developing with WordPress
In reply to: school managementthanks.
Forum: Developing with WordPress
In reply to: school managementThe School Management – Education & Learning Management.
Forum: Developing with WordPress
In reply to: school managementi want to use cron jjob to send sms for students after register in a course unless they have paid for that course.
using
wp_next_scheduled( )
wp_schedule_event( );
$timestamp = wp_next_scheduled( );
wp_unschedule_event( );
add_action();
and loop through all students
but not exactly process.Forum: Developing with WordPress
In reply to: school managementversion 2.6
Forum: Developing with WordPress
In reply to: school managementi am familiar with php css jquery and wordpress action and filter.