Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Block Hooks (a.k.a. Auto-inserting Blocks) #5158

Closed
wants to merge 17 commits into from

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    b926b86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7465b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    7fda6f5 View commit details
    Browse the repository at this point in the history
  2. Add block_hooks property

    ockham committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    3ad1fd7 View commit details
    Browse the repository at this point in the history
  3. Implement get_hooked_blocks()

    ockham committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    cdcfbcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c897d86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5013547 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Remove stray echo

    ockham committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    c8115dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37496a0 View commit details
    Browse the repository at this point in the history
  3. Auto-insert into block pattern

    ockham committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    600e55d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1a82fe View commit details
    Browse the repository at this point in the history
  5. Use third-person singular verb in PHPDoc

    Co-authored-by: Colin Stewart <79332690+costdev@users.noreply.github.com>
    ockham and costdev authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    25b1ed4 View commit details
    Browse the repository at this point in the history
  6. Use multiline comment format for inline comment

    Co-authored-by: Colin Stewart <79332690+costdev@users.noreply.github.com>
    ockham and costdev authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    ea1f53f View commit details
    Browse the repository at this point in the history
  7. Adjust alignment and add Default value to PHPDoc for serialize_block

    Co-authored-by: Colin Stewart <79332690+costdev@users.noreply.github.com>
    ockham and costdev authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    8fc29bc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5cd2ded View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0267cc9 View commit details
    Browse the repository at this point in the history
  10. Placate linter

    ockham committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    67e6a34 View commit details
    Browse the repository at this point in the history