• Resolved toto

    (@toto)


    Hi is it right way to start functions manually from other plugin?

    require_once WP_PLUGIN_DIR.’/wp-dbmanager/wp-dbmanager.php’;
    cron_dbmanager_repair();
    cron_dbmanager_optimize();
    cron_dbmanager_backup();

Viewing 1 replies (of 1 total)
  • Plugin Author Lester Chan

    (@gamerz)

    There is no direct way, but above works as a workaround.

    You don’t need the require as long as the plugin is activated.

Viewing 1 replies (of 1 total)
  • The topic ‘Manual run functions’ is closed to new replies.