Coder Social home page Coder Social logo

Comments (6)

TobiasBg avatar TobiasBg commented on July 20, 2024

Hi @matzeeable,

that's actually not that trivial, as the post ID is "masked" behind the internal table APIs. In fact, the "List of tables" screen does not even "know" that the tables are stored as WordPress posts (and technically, they don't have to be).

Can you maybe explain why you need the post IDs here? Can't you use the table IDs? This would also be safer and future-proof, e.g. when the connection between table ID and post ID is changed (in the background).

Or could you maybe solve this without needing a change in TablePress by using a custom copy of the _get_post_id method?

Best wishes,
Tobias

from tablepress.

matzeeable avatar matzeeable commented on July 20, 2024

Hi again @TobiasBg !

Thanks for your message.

I need the post ID, so I can move the post to a category via wp_set_object_terms.

Or could you maybe solve this without needing a change in TablePress by using a custom copy of the _get_post_id method?

I think this could solve the issue, yes. But this API is currently not public.

Regards,
Matthew 😊

from tablepress.

TobiasBg avatar TobiasBg commented on July 20, 2024

Hi @matzeeable,

But this API is currently not public.

That's why I meant "custom copy" :-) That _get_post_id method essentially just calls one other method - which is public :-)

For me, this would be the preferred way of handling this.

Regards,
Tobias

from tablepress.

TobiasBg avatar TobiasBg commented on July 20, 2024

Hi @matzeeable,

did this approach work for you?

Regards,
Tobias

from tablepress.

matzeeable avatar matzeeable commented on July 20, 2024

Hey @TobiasBg !

Thanks for your follow-up.

Currently, we had no more time to address this issue. If you like, you can currently close this ticket, as we have this issue in our issue tracker - and reopen as needed.

Regards,
Matthew 😊

from tablepress.

TobiasBg avatar TobiasBg commented on July 20, 2024

Hi @matzeeable,

sounds good to me! Please let know about any progress in the future.

Best wishes,
Tobias

from tablepress.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.