apply_filters( 'learndash_template_preprocess_filter', boolean $run_filter, int $post_id )

Filter called just before template processing. Allows late determination if LearnDash template logic should be processed.


Description Description


Parameters Parameters

$run_filter

true.

$post_id

Current Post ID.


Top ↑

Return Return

(boolean) True to process template. Anything else to abort.


Top ↑

Source Source

File: includes/class-ld-cpt-instance.php


Top ↑

Changelog Changelog

Changelog
Version Description
3.1.7 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.