Deprecated

This method has been deprecated.

AnsPress_Process_Form::process_form()

Description #

Process form based on action value.

Changelog #

VersionDescription
4.1.5This method has been deprecated.
2.0.1Introduced.

Source #

File: includes/process-form.php

	public function process_form() {
		$form_action = ap_isset_post_value( 'ap_form_action' );
		$action      = sanitize_text_field( $form_action );

		/**
		 * ACTION: ap_process_form_[action]
		 * process form
		 *
		 * @since 2.0.1
		 * @deprecated 4.1.0
		 */
		do_action( 'ap_process_form_' . $action );
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment