Title: Manual run functions
Last modified: April 26, 2019

---

# Manual run functions

 *  Resolved [toto](https://wordpress.org/support/users/toto/)
 * (@toto)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/manual-run-functions/)
 * 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](https://wordpress.org/support/users/gamerz/)
 * (@gamerz)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/manual-run-functions/#post-11472152)
 * 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.

 * ![](https://ps.w.org/wp-dbmanager/assets/icon.svg?rev=977538)
 * [WP-DBManager](https://wordpress.org/plugins/wp-dbmanager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-dbmanager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-dbmanager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-dbmanager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-dbmanager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-dbmanager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Lester Chan](https://wordpress.org/support/users/gamerz/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/manual-run-functions/#post-11472152)
 * Status: resolved