🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 00:53:27 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
blocksy
/
inc
/
integrations
📍 /home/eliteewa/public_html/wp-content/themes/blocksy/inc/integrations
🔄 Refresh
✏️
Editing: bbpress.php
Writable
<?php add_filter('post_class', function ($classes) { if (function_exists('is_bbpress') && ( get_post_type() === 'forum' || get_post_type() === 'topic' || get_post_type() === 'reply' )) { $classes[] = 'bbpress'; } return $classes; });
💾 Save Changes
❌ Cancel