<?php
/*
Plugin Name: Sticky Block
Description: Adds a Sticky Block to the Gutenberg Block editor.
Author: Senff
Author URI: http://www.senff.com
Version: 1.11
License: GPL3+
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
require_once plugin_dir_path( __FILE__ ) . 'src/init.php';