Archive | Functions RSS feed for this section

wp_script_is

Check whether script has been added to WordPress Scripts.The values for list defaults to ‘queue’, which is the same as enqueue for scripts.

4091

Continue reading

wp_schedule_single_event

Schedules a hook to run only once.Schedules a hook which will be executed once by the WordPress actions core at a time which you specify. The action will fire off when someone visits your WordPress site, if the schedule time has passed.

4089

Continue reading