mwform_scroll_offset_

mwform_scroll_offset_

Hook Type: filter

See hook in core

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

apply_filters('mwform_scroll_offset_') is found 1 times:

  • /classes/services/class.exec-shortcode.php line 459

    Warning: Undefined array key 464 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		wp_localize_script(
    			MWF_Config::NAME . '-scroll',
    			'mwform_scroll',
    			array(
    				'offset' => apply_filters( 'mwform_scroll_offset_' . $this->form_key, 0 ),
    			)
    		);
    		wp_enqueue_script( MWF_Config::NAME . '-scroll' );
    	}
    }