get_block_type_uses_context

get_block_type_uses_context

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.3

apply_filters('get_block_type_uses_context') is found 1 times:

  • /wp-includes/class-wp-block-type.php line 635

    Warning: Undefined array key 637 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 638 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 639 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 640 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 *
    		 * @param array         $uses_context Array of registered uses context for a block type.
    		 * @param WP_Block_Type $block_type   The full block type object.
    		 */
    		return apply_filters( 'get_block_type_uses_context', $this->uses_context, $this );
    	}
    }