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

    (@tobiasbg)

    Hi @accr2024!

    Thanks for your post and sorry for the trouble!

    This could indeed be related to the loading strategy of TablePress: By default, to save resources, the Shortcodes are indeed not registered during cron requests.

    To change that behavior, you could add this line of code to a small custom plugin or to the end of your theme’s “functions.php” file:

    add_filter( 'tablepress_exit_early', '__return_false' );

    Regards,
    Tobias

    Thread Starter Renato Allodi

    (@accr2024)

    Hi Tobias,

    thanks a lot for the suggestion, it works perfectly.

    Renato

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi @accr2024,

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

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.