Forums

Join
bbPress Support ForumsTroubleshootingWhat is "topicmeta"?

Info

What is "topicmeta"?

  1. What does this do?

    <?php do_action('topicmeta'); ?

    Found if on the topic.php page, but doesn't seem to product anything

  2. I might be wrong, but I thought topicmeta was deprecated in the 1.0 versions.

    $bbdb->tables = array(
            'forums'             => false,
            'meta'               => false,
            'posts'              => false,
            'tagged'             => false, // Deprecated
            'tags'               => false, // Deprecated
            'terms'              => false,
            'term_relationships' => false,
            'term_taxonomy'      => false,
            'topics'             => false,
            'topicmeta'          => false, // Deprecated
            'users'              => false,
            'usermeta'           => false
    );
  3. okay cool... so must have been old theme. Seems safe to delete, so I will.

  4. You must log in to post.