WP_Block_Metadata_Registry::get_wpinc_dir(): string

In this article

This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

Gets the WordPress ‘wp-includes’ directory path.

Return

string The WordPress 'wp-includes' directory path.

Source

}

/**
 * Checks if metadata exists for a given block name in a specific collection.
 *
 * @since 6.7.0

Changelog

VersionDescription
6.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.