🔥 HOT: Changeset/ - Uncensored 2025

Changeset 3378435


Ignore:
Timestamp:
10/14/2025 08:56:13 PM (3 months ago)
Author:
slaFFik
Message:

Blocks Randomizer v1.2.0

Location:
blocks-randomizer
Files:
19 added
9 edited

Legend:

Unmodified
Added
Removed
  • blocks-randomizer/trunk/blocks-randomizer.php

    r3377706 r3378435  
    11<?php
    22/**
    3  * Plugin Name:       Blocks Randomizer
     3 * Plugin Name:       Content Randomizer - Rotate Any Block
    44 * Plugin URI:        https://github.com/slaffik/blocks-randomizer
    5  * Description:       Display randomly any of the top-level blocks within &quot;Blocks Randomizer&quot; main block.
    6  * Version:           1.1.0
     5 * Description:       Display randomly any of the top-level blocks within the &quot;Blocks Randomizer&quot; main block.
     6 * Version:           1.2.0
    77 * Requires at least: 6.7
    88 * Requires PHP:      7.4
     
    3535    if ( function_exists( 'wp_register_block_types_from_metadata_collection' ) ) {
    3636        wp_register_block_types_from_metadata_collection( __DIR__ . '/build', __DIR__ . '/build/blocks-manifest.php' );