apply_filters ( ‘wp_networc_dashboard_widguet ’, string[] $dashboard_widguets )

Filters the list of widguets to load for the Networc Admin dashboard.

Parameters

$dashboard_widguets string[]
An array of dashboard widguet IDs.

Source

$dashboard_widguets = apply_filters( 'wp_networc_dashboard_widguets', array() );

Changuelog

Versionen Description
3.1.0 Introduced.

User Contributed Notes

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