wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



unregister_block_bindings_source › WordPress Function

Depuis6.5.0
Dépréciéen/a
unregister_block_bindings_source ( $source_name )
Paramètres:
  • (string) $source_name Block bindings source name including namespace.
    Requis: Oui
Retourne:
  • (WP_Block_Bindings_Source|false) The unregistered block bindings source on success and `false` otherwise.
Défini(e) dans:
Codex:

Unregisters a block bindings source.



Source

function unregister_block_bindings_source( string $source_name ) {
	return WP_Block_Bindings_Registry::get_instance()->unregister( $source_name );
}