• Resolved locomo

    (@locomo)


    i see in the most recent update there is this enhancement:

    Make it easier for other plugins to clear the TablePress output cache

    but i can’t seem to find any documentation about this .. could you tell me which hook to use for this?

    thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    this is not done via a hook, but just means that the methods
    TablePress::$model_table->invalidate_table_output_caches();
    and
    TablePress::$model_table->invalidate_table_output_cache( $table_id );
    are no marked as public so that other plugins can call them.

    Regards,
    Tobias

    Thread Starter locomo

    (@locomo)

    great thanks!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘clear the TablePress output cache’ is closed to new replies.