apply_filters( ‘options-connectors-wp-admin_boot_dependencies’, array $boot_dependencies )

In this article

Filters the boot script-module dependencies for the options-connectors-wp-admin page.

Description

Surfaces extending this page can append entries to the boot dependency list. Each entry is an array with ‘import’ (string ‘static’ or ‘dynamic’) and ‘id’ (script-module handle) keys.

Parameters

$boot_dependenciesarray
Boot dependencies for the page.

Source

$boot_dependencies = apply_filters(
	'options-connectors-wp-admin_boot_dependencies',
	$boot_dependencies
);

User Contributed Notes

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