wp_is_block_theme( $args )
Polyfill for block functions.
Return
(bool) False.
Source
File: wp-includes/classicpress/class-wp-compat.php
function wp_is_block_theme( ...$args ) {
WP_Compat::using_block_function();
return false;
}
Changelog
Version | Description |
---|---|
CP-2.0.0 | Introduced. CP-2.0.0 |