Add plugin headers and assets
This commit is contained in:
parent
3fa04f0a4c
commit
89526f5b88
BIN
assets/banner-772x250.png
Normal file
BIN
assets/banner-772x250.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
BIN
assets/icon-128x128.png
Normal file
BIN
assets/icon-128x128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
@ -1,6 +1,13 @@
|
||||
<?php
|
||||
/*
|
||||
Plugin Name: Pterotype
|
||||
Plugin URI: https://getpterotype.com
|
||||
Description: Pterotype expands your audience by giving your blog an ActivityPub stream, making it a part of the Fediverse.
|
||||
Version: 0.0.1
|
||||
Author: Jeremy Dormitzer
|
||||
Author URI: https://jeremydormitzer.com
|
||||
License: MIT
|
||||
License URI: https://github.com/jdormit/blob/master/LICENSE
|
||||
*/
|
||||
require_once plugin_dir_path( __FILE__ ) . 'vendor/autoload.php';
|
||||
require_once plugin_dir_path( __FILE__ ) . 'includes/init.php';
|
||||
|
Loading…
Reference in New Issue
Block a user