Skip to content

Class abstraction for making ajax implementation more straightforward.

License

Notifications You must be signed in to change notification settings

leichim/wp-ajaxify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

wp-ajaxify

Class abstraction for making ajax implementation more straightforward. classes/class-ajax-abstract.php

This class provides an abstract wrapper for making the implementation of ajax actions in WordPress more straightforward.

Usage:

  • Extend the abstract class by your own class.
  • Add the necessary methods within the class and make use of the abstract's class helpers
  • Launch a new instance of your class and indicate the scope.
  • Your actions are automatically registered and can be accessed through your JS ajax functions.

Usage:

  • Extend the abstract class by your own class.
  • Add the necessary methods within the class and make use of the abstract's class helpers
  • Launch a new instance of your class and indicate the scope.
  • Your actions are automatically registered and can be accessed through your JS ajax functions

About

Class abstraction for making ajax implementation more straightforward.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published