Browse: Home / Hooks /

learndash_scroll_offset

apply_filters( 'learndash_scroll_offset',  int $scroll_offset )

Filters an additional scroll offset used when programmatically scrolling to an element on the page.


Description #


Parameters #

$scroll_offset

(int) The scroll offset. Default 0.


Return #

(int) The scroll offset. Default 0.


Source #

File: src/Core/Provider.php


Changelog #

Changelog
Version Description
5.0.1 Introduced.