Displays information about WordPress, Gutenberg, PHP version and Memory limit
Use the WordPress block to display the current version of WordPress, the current version of Gutenberg, the PHP version and Memory limit.
Screenshot
Example
WordPress version, PHP version and memory limit.
WordPress version:6.2.2
PHP version:7.4.33
Memory limit:768M
PHP version:7.4.33
Memory limit:768M
WordPress and Gutenberg versions
WordPress version:6.2.2
Gutenberg version:15.8.1
Gutenberg version:15.8.1
Notes
- The WordPress block is a very simple Server side rendered dynamic block.
- Block settings allow you to choose whether or not to display PHP Version and Memory limit.
- To do this it uses the logic for the [wp] shortcode.
- Alternatively you can choose to display the active version of Gutenberg.
- To do this it uses the equivalent of the [guts] shortcode.
- For requirements and status see bobbingwide/oik-blocks#16.
- This WordPress block replaces WordPress – oik-block/wp.
- The original WordPress block should transform to the new one.
- The [wp] shortcode should also transform.
- The [guts] shortcode does not transform.