Meta tags: Update opengraph tags to better reflect content

Fixes #304
This commit is contained in:
Kelly Dwan 2024-09-12 11:11:43 -04:00
parent 1b916a0cea
commit 2fa223a0cc
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
2 changed files with 76 additions and 0 deletions

View file

@ -7,6 +7,7 @@ use const WordPressDotOrg\FiveForTheFuture\Pledge\CPT_ID as PLEDGE_POST_TYPE;
require_once __DIR__ . '/inc/block-config.php';
require_once __DIR__ . '/inc/block-bindings.php';
require_once __DIR__ . '/inc/seo-social-meta.php';
// Block files.
require_once __DIR__ . '/src/my-pledge-list/index.php';