mwform_after_load_content_

mwform_after_load_content_

Hook Type: action

See hook in core

Displaying hooks found in version: mw-wp-form.5.1.0

do_action('mwform_after_load_content_') is found 1 times:

  • /classes/services/class.exec-shortcode.php line 104
    		} else {
    			$content = '';
    		}
    
    		do_action( 'mwform_after_load_content_' . $this->form_key );
    
    		// Enqueue scroll to MW WP Form script
    		if ( $this->Setting->get( 'scroll' ) ) {
    			if (
    				'input' !== $this->view_flg
    				|| in_array( $this->Data->get_post_condition(), array( 'back', 'confirm', 'complete' ), true )