Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Artem Livshits

    (@artemlivshits)

    Hi Per,

    Thank you for the report!

    WP2Cloud indeed doesn’t add a cloud_media_content member to $wpdb, so currently the proper way to obtain the name is something like this: $table_name = $wpdb->prefix . "cloud_media_content";

    This practice seems to be in line with the WordPress Codex recommendation and the practice that we’ve seen in other plugins.

    Let us know if you think that this is something WP2Cloud should support.

    Thread Starter Per S?derlind

    (@pers)

    No, you right .. using $wpdb->prefix . "cloud_media_content" is fine, sorry it’s a bit late ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘$wpdb->cloud_media_content’ is closed to new replies.