AnsPress_Process_Form::__construct()
Description #
Initialize the class
Source #
File: includes/process-form.php
public function __construct() { add_action( 'wp_ajax_ap_ajax', array( $this, 'ap_ajax' ) ); add_action( 'wp_ajax_nopriv_ap_ajax', array( $this, 'ap_ajax' ) ); }
Expand full source code Collapse full source code View on GitHub: includes/process-form.php:47
Add your comment