add opengraph

This commit is contained in:
2026-01-09 21:46:49 +03:00
parent 871b6eb1d1
commit 81681f95af
2 changed files with 83 additions and 0 deletions

View File

@@ -245,6 +245,9 @@ function add_category_class_to_posts($classes, $class, $post_id) {
add_filter('post_class', 'add_category_class_to_posts', 10, 3);
require_once 'inc/opengraph.php';