apply_filters( 'learndash_login_menu_item_process', boolean $should_process, WP_Post $menu_item, array $menu_args )

Filters whether to process a menu_item or not.


Description Description


Parameters Parameters

$should_process

Process this menu item. Return true if the menu should be processed otherwise false.

$menu_item

WP_Post object for menu item.

$menu_args

An array of arguments related to menu being processed / displayed.


Top ↑

Source Source

File: includes/ld-misc-functions.php


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.7 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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