has_block( $args )

Polyfill for block functions.


Return

(bool) False.


Source

File: wp-includes/classicpress/class-wp-compat.php

			function has_block( ...$args ) {
				WP_Compat::using_block_function();
				return false;
			}


Changelog

Changelog
Version Description
CP-2.0.0 Introduced. CP-2.0.0