>:V0@D_:VP@B p:V@<q9:V0@X:V Ap/o:V`A<q9:V` A 3:VpP B5:V DMt:VDNmb:V00F=3:V8FRS:VPFA/o:VF<+:VFG9:VEmb:V@pPQ=h:V`PQAAU:V`QuAU:VpQu/o:VQ<q9:VQ8:VpR:VRY:V D*x:VD 6:VpU><0:V0V>Pb+@0-3@xJ@J@J@|:@@,>@p,>@P8@P8@>:VK?@3@ J@0-3@J@+K5nK50,K5f:VP?$:VG:VjS:V@+ 6:VP>5:VPMt:V`N9:Vp%:V[C:VpsG:V jS:V @+Y:V@*%:V@`00R)D:V0p@Q9:V@ mb:V@H=AU:V`PuAU:V`uAU:Vppu/o:V`<q9:V` mb:V`P=AU:VPu/o:V<jS:V@+>:VPpKY:V`*x:Vmb:VpX =%:V` RS:VP AAU:VP` uV:V q9:V 5:V Mt:VN9:Vp2:VsjS:V+t4:V`Q<:VPp:VY:V *x:V 6:VP><0:V>-@-@-@9@ȣ3@h+@-@P3@P3@4K54K54K55K5f:VP?mb:V =AU:VPP!uh:V`#A/o:V#<q9:VP %:VP'R03:VP ':V'2:VP*sG:V*eG:V*/t4:VP*QR:V*{G:V *AG:V *4jS:V`*+<3:VP  +:V+$:V@ /dC:V@`P/Mt:VP``@/N9:Vp` /t4:VP0Q9:Vp0G:V0jS:V0+h4:VP 1T&:Vp1:V`1Y:V/*x:VP/Array of values to add to block `uses_context` needed by the source. * } * @return WP_Block_Bindings_Source|false Source when the registration was successful, or `false` on failure. */ function register_block_bindings_source( string $source_name, array $source_properties ) { return WP_Block_Bindings_Registry::get_instance()->register( $source_name, $source_properties ); } /** * Unregisters a block bindings source. * * @since 6.5.0 * * @param string $source_name Block bindings source name including namespace. * @return WP_Block_Bindings_Source|false The unregistered block bindings source on success and `false` otherwise. */ function unregister_block_bindings_source( string $source_name ) { return WP_Block_Bindings_Registry::get_instance()->unregister( $source_name ); } /** * Retrieves the list of all registered block bindings sources. * * @since 6.5.0 * * @return WP_Block_Bindings_Source[] The array of registered block bindings sources. */ function get_all_registered_block_bindings_sources() { return WP_Block_Bindings_Registry::get_instance()->get_all_registered(); } /** * Retrieves a registered block bindings source. * * @since 6.5.0 * * @param string $source_name The name of the source. * @return WP_Block_Bindings_Source|null The registered block bindings source, or `null` if it is not registered. */ function get_block_bindings_source( string $source_name ) { return WP_Block_Bindings_Registry::get_instance()->get_registered( $source_name ); }
Fatal error: Uncaught Error: Call to undefined function register_block_bindings_source() in /var/www/vhosts/christenrat-ffb.de/httpdocs/wp-includes/block-bindings/pattern-overrides.php:37 Stack trace: #0 /var/www/vhosts/christenrat-ffb.de/httpdocs/wp-includes/class-wp-hook.php(324): _register_block_bindings_pattern_overrides_source() #1 /var/www/vhosts/christenrat-ffb.de/httpdocs/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #2 /var/www/vhosts/christenrat-ffb.de/httpdocs/wp-includes/plugin.php(517): WP_Hook->do_action() #3 /var/www/vhosts/christenrat-ffb.de/httpdocs/wp-settings.php(704): do_action() #4 /var/www/vhosts/christenrat-ffb.de/httpdocs/wp-config.php(125): require_once('...') #5 /var/www/vhosts/christenrat-ffb.de/httpdocs/wp-load.php(50): require_once('...') #6 /var/www/vhosts/christenrat-ffb.de/httpdocs/wp-blog-header.php(13): require_once('...') #7 /var/www/vhosts/christenrat-ffb.de/httpdocs/index.php(17): require('...') #8 {main} thrown in /var/www/vhosts/christenrat-ffb.de/httpdocs/wp-includes/block-bindings/pattern-overrides.php on line 37